Html Css Color HEX #956111 Golden Brown

📋 copy color: '#956111'

red 149 ◦ green 97 ◦ blue 17

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

Shades of Golden Brown #956111

Tints of Golden Brown #956111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 56.65%
G = 36.88%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#956111 (or 0x956111) is known color: Golden Brown. HEX triplet: 95, 61 and 11. RGB value is (149,97,17). Sum of RGB (Red+Green+Blue) = 149+97+17=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956111 is #6A9EEE. Grayscale: #676767. Windows color (decimal): -6987503 or 1139093. OLE color: 1139093.

HSL color Cylindrical-coordinate representation of color #956111: hue angle of 36.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #956111 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 17 -
CMYK 0 0.35 0.89 0.42
HSL 36.36º 0.8% 0.33% -
HSV(B) 36.36º 0.89% 0.58% -
XYZ 16.77 14.98 2.54 -
YUV 103.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 149 97 17 0 0.35 0.89 0.42 36.36 0.8 0.33
Hex 95 61 11 0 23 59 2A 24 50 21
Octal 225 141 21 0 43 131 52 44 120 41
Binary 10010101 1100001 10001 0 100011 1011001 101010 100100 1010000 100001

Color Harmonies of #956111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956111

Black with #956111

Text Example


Text Example

White with #956111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956111; }

 p { color: rgb(149,97,17); }

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

background-color css

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

 a { background-color: rgb(149,97,17); }

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

border-color css

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

 span { border-color: rgb(149,97,17); }

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