Html Css Color HEX #956916 Golden Brown

📋 copy color: '#956916'

red 149 ◦ green 105 ◦ blue 22

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

Shades of Golden Brown #956916

Tints of Golden Brown #956916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.04%

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

R = 53.99%
G = 38.04%
B = 7.97%

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

#956916 (or 0x956916) is known color: Golden Brown. HEX triplet: 95, 69 and 16. RGB value is (149,105,22). Sum of RGB (Red+Green+Blue) = 149+105+22=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #956916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956916 is #6A96E9. Grayscale: #6D6D6D. Windows color (decimal): -6985450 or 1468821. OLE color: 1468821.

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

Color convert

RGB 149 105 22 -
CMYK 0 0.30 0.85 0.42
HSL 39.21º 0.74% 0.34% -
HSV(B) 39.21º 0.85% 0.58% -
XYZ 17.59 16.55 3.03 -
YUV 108.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 149 105 22 0 0.30 0.85 0.42 39.21 0.74 0.34
Hex 95 69 16 0 1E 55 2A 27 4A 22
Octal 225 151 26 0 36 125 52 47 112 42
Binary 10010101 1101001 10110 0 11110 1010101 101010 100111 1001010 100010

Color Harmonies of #956916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956916

Black with #956916

Text Example


Text Example

White with #956916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956916; }

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

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

background-color css

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

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

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

border-color css

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

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

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