#995811

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

Shades of Golden Brown #995811

Tints of Golden Brown #995811

Color information

#995811 (or 0x995811) is unknown color: approx Golden Brown. HEX triplet: 99, 58 and 11. RGB value is (153,88,17). Sum of RGB (Red+Green+Blue) = 153+88+17=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #995811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995811 is #66A7EE. Grayscale: #636363. Windows color (decimal): -6727663 or 1136793. OLE color: 1136793.

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

Color convert

RGB1538817-
CMYK00.420.890.4
HSL31.32º80%33.33%-
HSV(B)31.32º88.89%60%-
XYZ16.7313.792.31-
YUV99.3481.53166.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 88 (34.77% from 255) = 34.11%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=59.30%
G=34.11%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153881700.420.890.431.328033.33
Hex99581102A59281f5021
Octal23113021052131503712041
Binary1001100110110001000101010101011001101000111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995811; }

 p { color: rgb(153,88,17); }

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

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

 a { background-color: rgb(153,88,17); }

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

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

 span { border-color: rgb(153,88,17); }

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