#987101

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

Shades of Golden Brown #987101

Tints of Golden Brown #987101

Color information

#987101 (or 0x987101) is unknown color: approx Golden Brown. HEX triplet: 98, 71 and 01. RGB value is (152,113,1). Sum of RGB (Red+Green+Blue) = 152+113+1=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #987101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987101 is #678EFE. Grayscale: #707070. Windows color (decimal): -6786815 or 94616. OLE color: 94616.

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

Color convert

RGB1521131-
CMYK00.260.990.40
HSL44.5º98.69%30%-
HSV(B)44.5º99.34%59.61%-
XYZ18.8618.492.6-
YUV111.8965.42156.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=57.14%
G=42.48%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152113100.260.990.4044.598.6930
Hex9871101A63282d631e
Octal2301611032143505514336
Binary10011000111000110110101100011101000101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987101; }

 p { color: rgb(152,113,1); }

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

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

 a { background-color: rgb(152,113,1); }

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

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

 span { border-color: rgb(152,113,1); }

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