#986716

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

Shades of Golden Brown #986716

Tints of Golden Brown #986716

Color information

#986716 (or 0x986716) is unknown color: approx Golden Brown. HEX triplet: 98, 67 and 16. RGB value is (152,103,22). Sum of RGB (Red+Green+Blue) = 152+103+22=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #986716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986716 is #6798E9. Grayscale: #6C6C6C. Windows color (decimal): -6789354 or 1468312. OLE color: 1468312.

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

Color convert

RGB15210322-
CMYK00.320.860.40
HSL37.38º74.71%34.12%-
HSV(B)37.38º85.53%59.61%-
XYZ17.9416.432.99-
YUV108.4279.23159.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=54.87%
G=37.18%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521032200.320.860.4037.3874.7134.12
Hex9867160205628254b22
Octal23014726040126504511342
Binary10011000110011110110010000010101101010001001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986716; }

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

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

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

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

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

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

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

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