Html Css Color HEX #966F17 Golden Brown

📋 copy color: '#966F17'

red 150 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #966F17

Tints of Golden Brown #966F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 52.82%
G = 39.08%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#966F17 (or 0x966F17) is known color: Golden Brown. HEX triplet: 96, 6F and 17. RGB value is (150,111,23). Sum of RGB (Red+Green+Blue) = 150+111+23=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #966F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F17 is #6990E8. Grayscale: #717171. Windows color (decimal): -6918377 or 1535894. OLE color: 1535894.

HSL color Cylindrical-coordinate representation of color #966F17: hue angle of 41.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966F17 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 23 -
CMYK 0 0.26 0.85 0.41
HSL 41.57º 0.73% 0.34% -
HSV(B) 41.57º 0.85% 0.59% -
XYZ 18.42 17.91 3.3 -
YUV 112.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 150 111 23 0 0.26 0.85 0.41 41.57 0.73 0.34
Hex 96 6F 17 0 1A 55 29 2A 49 22
Octal 226 157 27 0 32 125 51 52 111 42
Binary 10010110 1101111 10111 0 11010 1010101 101001 101010 1001001 100010

Color Harmonies of #966F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F17

Black with #966F17

Text Example


Text Example

White with #966F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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