#956A19

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

Shades of Golden Brown #956A19

Tints of Golden Brown #956A19

Color information

#956A19 (or 0x956A19) is unknown color: approx Golden Brown. HEX triplet: 95, 6A and 19. RGB value is (149,106,25). Sum of RGB (Red+Green+Blue) = 149+106+25=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #956A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956A19 is #6A95E6. Grayscale: #6D6D6D. Windows color (decimal): -6985191 or 1665685. OLE color: 1665685.

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

Color convert

RGB14910625-
CMYK00.290.830.42
HSL39.19º71.26%34.12%-
HSV(B)39.19º83.22%58.43%-
XYZ17.7216.773.22-
YUV109.6280.25156.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=53.21%
G=37.86%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491062500.290.830.4239.1971.2634.12
Hex956A1901D532A274722
Octal22515231035123524710742
Binary1001010111010101100101110110100111010101001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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