#995902

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

Shades of Golden Brown #995902

Tints of Golden Brown #995902

Color information

#995902 (or 0x995902) is unknown color: approx Golden Brown. HEX triplet: 99, 59 and 02. RGB value is (153,89,2). Sum of RGB (Red+Green+Blue) = 153+89+2=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #995902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995902 is #66A6FD. Grayscale: #626262. Windows color (decimal): -6727422 or 154009. OLE color: 154009.

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

Color convert

RGB153892-
CMYK00.420.990.4
HSL34.57º97.42%30.39%-
HSV(B)34.57º98.69%60%-
XYZ16.7213.921.86-
YUV98.2273.7167.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.70%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=62.70%
G=36.48%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15389200.420.990.434.5797.4230.39
Hex9959202A632823611e
Octal2311312052143504314136
Binary1001100110110011001010101100011101000100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995902; }

 p { color: rgb(153,89,2); }

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

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

 a { background-color: rgb(153,89,2); }

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

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

 span { border-color: rgb(153,89,2); }

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