#987602

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

Shades of Golden Brown #987602

Tints of Golden Brown #987602

Color information

#987602 (or 0x987602) is unknown color: approx Golden Brown. HEX triplet: 98, 76 and 02. RGB value is (152,118,2). Sum of RGB (Red+Green+Blue) = 152+118+2=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987602 is #6789FD. Grayscale: #737373. Windows color (decimal): -6785534 or 161432. OLE color: 161432.

HSL color Cylindrical-coordinate representation of color #987602: hue angle of 46.4º 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 #987602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1521182-
CMYK00.220.990.40
HSL46.4º97.4%30.2%-
HSV(B)46.4º98.68%59.61%-
XYZ19.4419.642.82-
YUV114.9464.26154.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=55.88%
G=43.38%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152118200.220.990.4046.497.430.2
Hex9876201663282e611e
Octal2301662026143505614136
Binary100110001110110100101101100011101000101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987602; }

 p { color: rgb(152,118,2); }

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

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

 a { background-color: rgb(152,118,2); }

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

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

 span { border-color: rgb(152,118,2); }

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