#956B17

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

Shades of Golden Brown #956B17

Tints of Golden Brown #956B17

Color information

#956B17 (or 0x956B17) is unknown color: approx Golden Brown. HEX triplet: 95, 6B and 17. RGB value is (149,107,23). Sum of RGB (Red+Green+Blue) = 149+107+23=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #956B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B17 is #6A94E8. Grayscale: #6E6E6E. Windows color (decimal): -6984937 or 1534869. OLE color: 1534869.

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

Color convert

RGB14910723-
CMYK00.280.850.42
HSL40º73.26%33.73%-
HSV(B)40º84.56%58.43%-
XYZ17.8116.973.15-
YUV109.9878.91155.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=53.41%
G=38.35%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491072300.280.850.424073.2633.73
Hex956B1701C552A284922
Octal22515327034125525011142
Binary1001010111010111011101110010101011010101010001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,23); }

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

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

 a { background-color: rgb(149,107,23); }

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

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

 span { border-color: rgb(149,107,23); }

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