#986416

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

Shades of Golden Brown #986416

Tints of Golden Brown #986416

Color information

#986416 (or 0x986416) is unknown color: approx Golden Brown. HEX triplet: 98, 64 and 16. RGB value is (152,100,22). Sum of RGB (Red+Green+Blue) = 152+100+22=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #986416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986416 is #679BE9. Grayscale: #6B6B6B. Windows color (decimal): -6790122 or 1467544. OLE color: 1467544.

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

Color convert

RGB15210022-
CMYK00.340.860.40
HSL36º74.71%34.12%-
HSV(B)36º85.53%59.61%-
XYZ17.6515.852.89-
YUV106.6680.23160.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 100 (39.45% from 255) = 36.50%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=55.47%
G=36.50%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521002200.340.860.403674.7134.12
Hex9864160225628244b22
Octal23014426042126504411342
Binary10011000110010010110010001010101101010001001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986416; }

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

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

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

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

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

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

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

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