Html Css Color HEX #956816 Golden Brown

📋 copy color: '#956816'

red 149 ◦ green 104 ◦ blue 22

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

Shades of Golden Brown #956816

Tints of Golden Brown #956816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 54.18%
G = 37.82%
B = 8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956816 (or 0x956816) is known color: Golden Brown. HEX triplet: 95, 68 and 16. RGB value is (149,104,22). Sum of RGB (Red+Green+Blue) = 149+104+22=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956816 is #6A97E9. Grayscale: #6C6C6C. Windows color (decimal): -6985706 or 1468565. OLE color: 1468565.

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

Color convert

RGB 149 104 22 -
CMYK 0 0.30 0.85 0.42
HSL 38.74º 0.74% 0.34% -
HSV(B) 38.74º 0.85% 0.58% -
XYZ 17.49 16.35 2.99 -
YUV 108.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 149 104 22 0 0.30 0.85 0.42 38.74 0.74 0.34
Hex 95 68 16 0 1E 55 2A 27 4A 22
Octal 225 150 26 0 36 125 52 47 112 42
Binary 10010101 1101000 10110 0 11110 1010101 101010 100111 1001010 100010

Color Harmonies of #956816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956816

Black with #956816

Text Example


Text Example

White with #956816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956816; }

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

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

background-color css

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

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

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

border-color css

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

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

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