#987416

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

Shades of Golden Brown #987416

Tints of Golden Brown #987416

Color information

#987416 (or 0x987416) is unknown color: approx Golden Brown. HEX triplet: 98, 74 and 16. RGB value is (152,116,22). Sum of RGB (Red+Green+Blue) = 152+116+22=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #987416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987416 is #678BE9. Grayscale: #747474. Windows color (decimal): -6786026 or 1471640. OLE color: 1471640.

HSL color Cylindrical-coordinate representation of color #987416: hue angle of 43.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #987416 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15211622-
CMYK00.240.860.40
HSL43.38º74.71%34.12%-
HSV(B)43.38º85.53%59.61%-
XYZ19.3419.223.45-
YUV116.0574.93153.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=52.41%
G=40%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521162200.240.860.4043.3874.7134.12
Hex98741601856282b4b22
Octal23016426030126505311342
Binary1001100011101001011001100010101101010001010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987416; }

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

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

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

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

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

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

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

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