#987401

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

Shades of Golden Brown #987401

Tints of Golden Brown #987401

Color information

#987401 (or 0x987401) is unknown color: approx Golden Brown. HEX triplet: 98, 74 and 01. RGB value is (152,116,1). Sum of RGB (Red+Green+Blue) = 152+116+1=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #987401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987401 is #678BFE. Grayscale: #727272. Windows color (decimal): -6786047 or 95384. OLE color: 95384.

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

Color convert

RGB1521161-
CMYK00.240.990.40
HSL45.7º98.69%30%-
HSV(B)45.7º99.34%59.61%-
XYZ19.219.172.72-
YUV113.6564.43155.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=56.51%
G=43.12%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152116100.240.990.4045.798.6930
Hex9874101863282e631e
Octal2301641030143505614336
Binary10011000111010010110001100011101000101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987401; }

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

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

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

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

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

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

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

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