#956C11

Color #956C11 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #956C11

Tints of Golden Brown #956C11

Color information

#956C11 (or 0x956C11) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 11. RGB value is (149,108,17). Sum of RGB (Red+Green+Blue) = 149+108+17=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #956C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C11 is #6A93EE. Grayscale: #6E6E6E. Windows color (decimal): -6984687 or 1141909. OLE color: 1141909.

HSL color Cylindrical-coordinate representation of color #956C11: hue angle of 41.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 #956C11 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14910817-
CMYK00.280.890.42
HSL41.36º79.52%32.55%-
HSV(B)41.36º88.59%58.43%-
XYZ17.8617.162.9-
YUV109.8875.58155.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=54.38%
G=39.42%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491081700.280.890.4241.3679.5232.55
Hex956C1101C592A295021
Octal22515421034131525112041
Binary1001010111011001000101110010110011010101010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956C11; }

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

 H1.HeaderClassName
 {
   color: #956C11;
 }
 .AnyTagClassName
 {
   color: #956C11;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #956C11;
 }
 .BgClassName
 {
   background-color: #956C11;
 }
</style>
border-color css

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

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

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