#956A14

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

Shades of Golden Brown #956A14

Tints of Golden Brown #956A14

Color information

#956A14 (or 0x956A14) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 14. RGB value is (149,106,20). Sum of RGB (Red+Green+Blue) = 149+106+20=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #956A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A14 is #6A95EB. Grayscale: #6D6D6D. Windows color (decimal): -6985196 or 1338005. OLE color: 1338005.

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

Color convert

RGB14910620-
CMYK00.290.870.42
HSL40º76.33%33.14%-
HSV(B)40º86.58%58.43%-
XYZ17.6716.752.96-
YUV109.0577.75156.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=54.18%
G=38.55%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491062000.290.870.424076.3333.14
Hex956A1401D572A284c21
Octal22515224035127525011441
Binary1001010111010101010001110110101111010101010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,20); }

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

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

 a { background-color: rgb(149,106,20); }

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

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

 span { border-color: rgb(149,106,20); }

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