Html Css Color HEX #966F08 Golden Brown

📋 copy color: '#966F08'

red 150 ◦ green 111 ◦ blue 8

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

Shades of Golden Brown #966F08

Tints of Golden Brown #966F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.26%

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

R = 55.76%
G = 41.26%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#966F08 (or 0x966F08) is known color: Golden Brown. HEX triplet: 96, 6F and 08. RGB value is (150,111,8). Sum of RGB (Red+Green+Blue) = 150+111+8=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F08 is #6990F7. Grayscale: #6F6F6F. Windows color (decimal): -6918392 or 552854. OLE color: 552854.

HSL color Cylindrical-coordinate representation of color #966F08: hue angle of 43.52º 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 #966F08 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 8 -
CMYK 0 0.26 0.95 0.41
HSL 43.52º 0.9% 0.31% -
HSV(B) 43.52º 0.95% 0.59% -
XYZ 18.31 17.87 2.71 -
YUV 110.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 150 111 8 0 0.26 0.95 0.41 43.52 0.9 0.31
Hex 96 6F 8 0 1A 5F 29 2C 5A 1F
Octal 226 157 10 0 32 137 51 54 132 37
Binary 10010110 1101111 1000 0 11010 1011111 101001 101100 1011010 11111

Color Harmonies of #966F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F08

Black with #966F08

Text Example


Text Example

White with #966F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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