Html Css Color HEX #967016 Golden Brown

📋 copy color: '#967016'

red 150 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #967016

Tints of Golden Brown #967016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 52.82%
G = 39.44%
B = 7.75%

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

#967016 (or 0x967016) is known color: Golden Brown. HEX triplet: 96, 70 and 16. RGB value is (150,112,22). Sum of RGB (Red+Green+Blue) = 150+112+22=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967016 is #698FE9. Grayscale: #717171. Windows color (decimal): -6918122 or 1470614. OLE color: 1470614.

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

Color convert

RGB 150 112 22 -
CMYK 0 0.25 0.85 0.41
HSL 42.19º 0.74% 0.34% -
HSV(B) 42.19º 0.85% 0.59% -
XYZ 18.52 18.13 3.28 -
YUV 113.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 150 112 22 0 0.25 0.85 0.41 42.19 0.74 0.34
Hex 96 70 16 0 19 55 29 2A 4A 22
Octal 226 160 26 0 31 125 51 52 112 42
Binary 10010110 1110000 10110 0 11001 1010101 101001 101010 1001010 100010

Color Harmonies of #967016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967016

Black with #967016

Text Example


Text Example

White with #967016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967016; }

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

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

background-color css

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

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

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

border-color css

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

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

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