#956C12

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

Shades of Golden Brown #956C12

Tints of Golden Brown #956C12

Color information

#956C12 (or 0x956C12) is unknown color: approx Golden Brown. HEX triplet: 95, 6C and 12. RGB value is (149,108,18). Sum of RGB (Red+Green+Blue) = 149+108+18=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956C12 is #6A93ED. Grayscale: #6E6E6E. Windows color (decimal): -6984686 or 1207445. OLE color: 1207445.

HSL color Cylindrical-coordinate representation of color #956C12: hue angle of 41.22º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #956C12 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14910818-
CMYK00.280.880.42
HSL41.22º78.44%32.75%-
HSV(B)41.22º87.92%58.43%-
XYZ17.8717.162.94-
YUV11076.08155.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=54.18%
G=39.27%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491081800.280.880.4241.2278.4432.75
Hex956C1201C582A294e21
Octal22515422034130525111641
Binary1001010111011001001001110010110001010101010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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