Html Css Color HEX #967117 Golden Brown

📋 copy color: '#967117'

red 150 ◦ green 113 ◦ blue 23

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

Shades of Golden Brown #967117

Tints of Golden Brown #967117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 52.45%
G = 39.51%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#967117 (or 0x967117) is known color: Golden Brown. HEX triplet: 96, 71 and 17. RGB value is (150,113,23). Sum of RGB (Red+Green+Blue) = 150+113+23=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967117 is #698EE8. Grayscale: #727272. Windows color (decimal): -6917865 or 1536406. OLE color: 1536406.

HSL color Cylindrical-coordinate representation of color #967117: hue angle of 42.52º 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 #967117 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 23 -
CMYK 0 0.25 0.85 0.41
HSL 42.52º 0.73% 0.34% -
HSV(B) 42.52º 0.85% 0.59% -
XYZ 18.64 18.36 3.37 -
YUV 113.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 150 113 23 0 0.25 0.85 0.41 42.52 0.73 0.34
Hex 96 71 17 0 19 55 29 2B 49 22
Octal 226 161 27 0 31 125 51 53 111 42
Binary 10010110 1110001 10111 0 11001 1010101 101001 101011 1001001 100010

Color Harmonies of #967117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967117

Black with #967117

Text Example


Text Example

White with #967117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967117; }

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

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

background-color css

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

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

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

border-color css

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

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

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