#956611

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

Shades of Golden Brown #956611

Tints of Golden Brown #956611

Color information

#956611 (or 0x956611) is unknown color: approx Golden Brown. HEX triplet: 95, 66 and 11. RGB value is (149,102,17). Sum of RGB (Red+Green+Blue) = 149+102+17=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #956611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956611 is #6A99EE. Grayscale: #6A6A6A. Windows color (decimal): -6986223 or 1140373. OLE color: 1140373.

HSL color Cylindrical-coordinate representation of color #956611: hue angle of 38.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #956611 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB14910217-
CMYK00.320.890.42
HSL38.64º79.52%32.55%-
HSV(B)38.64º88.59%58.43%-
XYZ17.2515.932.7-
YUV106.3677.57158.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=55.60%
G=38.06%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491021700.320.890.4238.6479.5232.55
Hex956611020592A275021
Octal22514621040131524712041
Binary10010101110011010001010000010110011010101001111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956611; }

 p { color: rgb(149,102,17); }

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

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

 a { background-color: rgb(149,102,17); }

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

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

 span { border-color: rgb(149,102,17); }

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