#956517

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

Shades of Golden Brown #956517

Tints of Golden Brown #956517

Color information

#956517 (or 0x956517) is unknown color: approx Golden Brown. HEX triplet: 95, 65 and 17. RGB value is (149,101,23). Sum of RGB (Red+Green+Blue) = 149+101+23=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #956517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956517 is #6A9AE8. Grayscale: #6A6A6A. Windows color (decimal): -6986473 or 1533333. OLE color: 1533333.

HSL color Cylindrical-coordinate representation of color #956517: hue angle of 37.14º 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 #956517 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB14910123-
CMYK00.320.850.42
HSL37.14º73.26%33.73%-
HSV(B)37.14º84.56%58.43%-
XYZ17.215.762.95-
YUV106.4680.9158.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=54.58%
G=37.00%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491012300.320.850.4237.1473.2633.73
Hex956517020552A254922
Octal22514527040125524511142
Binary10010101110010110111010000010101011010101001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956517; }

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

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

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

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

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

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

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

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