#995710

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

Shades of Golden Brown #995710

Tints of Golden Brown #995710

Color information

#995710 (or 0x995710) is unknown color: approx Golden Brown. HEX triplet: 99, 57 and 10. RGB value is (153,87,16). Sum of RGB (Red+Green+Blue) = 153+87+16=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #995710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995710 is #66A8EF. Grayscale: #626262. Windows color (decimal): -6727920 or 1071001. OLE color: 1071001.

HSL color Cylindrical-coordinate representation of color #995710: hue angle of 31.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995710 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1538716-
CMYK00.430.900.4
HSL31.09º81.07%33.14%-
HSV(B)31.09º89.54%60%-
XYZ16.6413.632.24-
YUV98.6481.37166.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=59.77%
G=33.98%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153871600.430.900.431.0981.0733.14
Hex99571002B5A281f5121
Octal23112720053132503712141
Binary1001100110101111000001010111011010101000111111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995710; }

 p { color: rgb(153,87,16); }

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

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

 a { background-color: rgb(153,87,16); }

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

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

 span { border-color: rgb(153,87,16); }

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