#956516

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

Shades of Golden Brown #956516

Tints of Golden Brown #956516

Color information

#956516 (or 0x956516) is unknown color: approx Golden Brown. HEX triplet: 95, 65 and 16. RGB value is (149,101,22). Sum of RGB (Red+Green+Blue) = 149+101+22=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #956516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956516 is #6A9AE9. Grayscale: #6A6A6A. Windows color (decimal): -6986474 or 1467797. OLE color: 1467797.

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

Color convert

RGB14910122-
CMYK00.320.850.42
HSL37.32º74.27%33.53%-
HSV(B)37.32º85.23%58.43%-
XYZ17.1915.752.89-
YUV106.3580.4158.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=54.78%
G=37.13%
B=8.09%

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
Decimal1491012200.320.850.4237.3274.2733.53
Hex956516020552A254a22
Octal22514526040125524511242
Binary10010101110010110110010000010101011010101001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956516; }

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

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

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

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

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

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

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

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