#956F19

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

Shades of Golden Brown #956F19

Tints of Golden Brown #956F19

Color information

#956F19 (or 0x956F19) is unknown color: approx Golden Brown. HEX triplet: 95, 6F and 19. RGB value is (149,111,25). Sum of RGB (Red+Green+Blue) = 149+111+25=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #956F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956F19 is #6A90E6. Grayscale: #707070. Windows color (decimal): -6983911 or 1666965. OLE color: 1666965.

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

Color convert

RGB14911125-
CMYK00.260.830.42
HSL41.61º71.26%34.12%-
HSV(B)41.61º83.22%58.43%-
XYZ18.2517.833.4-
YUV112.5678.59153.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 25 (10.16% from 255) = 8.77%
R=52.28%
G=38.95%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491112500.260.830.4241.6171.2634.12
Hex956F1901A532A2a4722
Octal22515731032123525210742
Binary1001010111011111100101101010100111010101010101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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