Color Hex Logo

#967906 Color Hex

#967906
(150,121,6)
0 Favorites   0 Comments

Color spaces of #967906

RGB 1501216
HSL0.130.920.31
HSV48°96°59°
CMYK 0.000.190.96   0.41
XYZ19.447920.17193.0409
Yxy20.17190.45590.4728
Hunter Lab44.9131-1.305527.4249
CIE-Lab52.03101.395956.6151

#967906 color RGB value is (150,121,6).

#967906 hex color red value is 150, green value is 121 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #967906 hue: 0.13 , saturation: 0.92 and the lightness value of 967906 is 0.31.

The process color (four color CMYK) of #967906 color hex is 0.00, 0.19, 0.96, 0.41. Web safe color of #967906 is #996600. Color #967906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111001 00000110
Octal 226 171 6
Decimal 150 121 6
Hex 96 79 6

RGB Percentages of Color #967906

%54.15
%43.68
%2.17

CMYK Percentages of Color #967906

%0
%19
%96
%41

Triadic Colors of #967906

#967906 #069679 #790696

Analogous Colors of #967906

#967906 #6b9606 #963106

Monochromatic Colors of #967906

#967906

Complementary Color

#967906 #062396

#967906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967906 Color CSS Codes

.mybgcolor {background-color:#967906; } 
.myforecolor {color:#967906; }
.mybordercolor {border:3px solid #967906; }

#967906 Text Font Color

<p style="color:#967906">Text here</p>

This sample text font color is #967906
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#967906 Background Color

<div style="background-color:#967906">
Div content here</div>

This div background color is #967906


#967906 Border Color

<div style="border:3px solid #967906">
Div here</div>

This div border color is #967906


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,121,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967906; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967906;
  -webkit-box-shadow: 1px 1px 3px 2px #967906;
  box-shadow:         1px 1px 3px 2px #967906; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,121,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #967906">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #967906;
  -webkit-box-shadow: 1px 1px 3px 2px #967906;
  box-shadow:         1px 1px 3px 2px #967906;">
Div content here</div>

This div box has shadow with color #967906


Comments

No comments written yet.

Please login to write comment.