#956B12

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

Shades of Golden Brown #956B12

Tints of Golden Brown #956B12

Color information

#956B12 (or 0x956B12) is unknown color: approx Golden Brown. HEX triplet: 95, 6B and 12. RGB value is (149,107,18). Sum of RGB (Red+Green+Blue) = 149+107+18=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #956B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B12 is #6A94ED. Grayscale: #6D6D6D. Windows color (decimal): -6984942 or 1207189. OLE color: 1207189.

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

Color convert

RGB14910718-
CMYK00.280.880.42
HSL40.76º78.44%32.75%-
HSV(B)40.76º87.92%58.43%-
XYZ17.7616.952.91-
YUV109.4176.41156.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=54.38%
G=39.05%
B=6.57%

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
Decimal1491071800.280.880.4240.7678.4432.75
Hex956B1201C582A294e21
Octal22515322034130525111641
Binary1001010111010111001001110010110001010101010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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