Html Css Color HEX #956016 Golden Brown

📋 copy color: '#956016'

red 149 ◦ green 96 ◦ blue 22

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

Shades of Golden Brown #956016

Tints of Golden Brown #956016

RGB

 RED value IS 149 (58.59% from 255) = 55.81%

 GREEN value IS 96 (37.89% from 255) = 35.96%

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

R = 55.81%
G = 35.96%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956016 (or 0x956016) is known color: Golden Brown. HEX triplet: 95, 60 and 16. RGB value is (149,96,22). Sum of RGB (Red+Green+Blue) = 149+96+22=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #956016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956016 is #6A9FE9. Grayscale: #676767. Windows color (decimal): -6987754 or 1466517. OLE color: 1466517.

HSL color Cylindrical-coordinate representation of color #956016: hue angle of 34.96º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #956016 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 22 -
CMYK 0 0.36 0.85 0.42
HSL 34.96º 0.74% 0.34% -
HSV(B) 34.96º 0.85% 0.58% -
XYZ 16.72 14.81 2.74 -
YUV 103.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 149 96 22 0 0.36 0.85 0.42 34.96 0.74 0.34
Hex 95 60 16 0 24 55 2A 23 4A 22
Octal 225 140 26 0 44 125 52 43 112 42
Binary 10010101 1100000 10110 0 100100 1010101 101010 100011 1001010 100010

Color Harmonies of #956016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956016

Black with #956016

Text Example


Text Example

White with #956016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956016; }

 p { color: rgb(149,96,22); }

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

background-color css

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

 a { background-color: rgb(149,96,22); }

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

border-color css

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

 span { border-color: rgb(149,96,22); }

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