Html Css Color HEX #967008 Golden Brown

📋 copy color: '#967008'

red 150 ◦ green 112 ◦ blue 8

#967008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #967008

Tints of Golden Brown #967008

RGB

 RED value IS 150 (58.98% from 255) = 55.56%

 GREEN value IS 112 (44.14% from 255) = 41.48%

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 55.56%
G = 41.48%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#967008 (or 0x967008) is known color: Golden Brown. HEX triplet: 96, 70 and 08. RGB value is (150,112,8). Sum of RGB (Red+Green+Blue) = 150+112+8=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #967008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967008 is #698FF7. Grayscale: #6F6F6F. Windows color (decimal): -6918136 or 553110. OLE color: 553110.

HSL color Cylindrical-coordinate representation of color #967008: hue angle of 43.94º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967008 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 8 -
CMYK 0 0.25 0.95 0.41
HSL 43.94º 0.9% 0.31% -
HSV(B) 43.94º 0.95% 0.59% -
XYZ 18.42 18.09 2.75 -
YUV 111.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 150 112 8 0 0.25 0.95 0.41 43.94 0.9 0.31
Hex 96 70 8 0 19 5F 29 2C 5A 1F
Octal 226 160 10 0 31 137 51 54 132 37
Binary 10010110 1110000 1000 0 11001 1011111 101001 101100 1011010 11111

Color Harmonies of #967008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967008

Black with #967008

Text Example


Text Example

White with #967008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967008; }

 p { color: rgb(150,112,8); }

 H1.HeaderClassName
 {
   color: #967008;
 }
 .AnyTagClassName
 {
   color: #967008;
 }
</style>

background-color css

<style>
 a { background-color: #967008; }

 a { background-color: rgb(150,112,8); }

 div.DivClassName
 {
   background-color: #967008;
 }
 .BgClassName
 {
   background-color: #967008;
 }
</style>

border-color css

<style>
 span { border-color: #967008; }

 span { border-color: rgb(150,112,8); }

 td.TdClassName
 {
   border-color: #967008;
 }
 .TagClassName
 {
   border-color: #967008;
 }
</style>