Html Css Color HEX #956616 Golden Brown

📋 copy color: '#956616'

red 149 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #956616

Tints of Golden Brown #956616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

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

R = 54.58%
G = 37.36%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#956616 (or 0x956616) is known color: Golden Brown. HEX triplet: 95, 66 and 16. RGB value is (149,102,22). Sum of RGB (Red+Green+Blue) = 149+102+22=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956616 is #6A99E9. Grayscale: #6B6B6B. Windows color (decimal): -6986218 or 1468053. OLE color: 1468053.

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

Color convert

RGB 149 102 22 -
CMYK 0 0.32 0.85 0.42
HSL 37.8º 0.74% 0.34% -
HSV(B) 37.8º 0.85% 0.58% -
XYZ 17.29 15.95 2.93 -
YUV 106.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 149 102 22 0 0.32 0.85 0.42 37.8 0.74 0.34
Hex 95 66 16 0 20 55 2A 26 4A 22
Octal 225 146 26 0 40 125 52 46 112 42
Binary 10010101 1100110 10110 0 100000 1010101 101010 100110 1001010 100010

Color Harmonies of #956616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956616

Black with #956616

Text Example


Text Example

White with #956616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956616; }

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

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

background-color css

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

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

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

border-color css

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

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

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