#956E14

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

Shades of Golden Brown #956E14

Tints of Golden Brown #956E14

Color information

#956E14 (or 0x956E14) is unknown color: approx Golden Brown. HEX triplet: 95, 6E and 14. RGB value is (149,110,20). Sum of RGB (Red+Green+Blue) = 149+110+20=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956E14 is #6A91EB. Grayscale: #6F6F6F. Windows color (decimal): -6984172 or 1339029. OLE color: 1339029.

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

Color convert

RGB14911020-
CMYK00.260.870.42
HSL41.86º76.33%33.14%-
HSV(B)41.86º86.58%58.43%-
XYZ18.117.593.1-
YUV111.476.42154.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=53.41%
G=39.43%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491102000.260.870.4241.8676.3333.14
Hex956E1401A572A2a4c21
Octal22515624032127525211441
Binary1001010111011101010001101010101111010101010101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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