#956A18

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

Shades of Golden Brown #956A18

Tints of Golden Brown #956A18

Color information

#956A18 (or 0x956A18) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 18. RGB value is (149,106,24). Sum of RGB (Red+Green+Blue) = 149+106+24=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A18 is #6A95E7. Grayscale: #6D6D6D. Windows color (decimal): -6985192 or 1600149. OLE color: 1600149.

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

Color convert

RGB14910624-
CMYK00.290.840.42
HSL39.36º72.25%33.92%-
HSV(B)39.36º83.89%58.43%-
XYZ17.7116.763.17-
YUV109.5179.75156.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=53.41%
G=37.99%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491062400.290.840.4239.3672.2533.92
Hex956A1801D542A274822
Octal22515230035124524711042
Binary1001010111010101100001110110101001010101001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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