#986613

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

Shades of Golden Brown #986613

Tints of Golden Brown #986613

Color information

#986613 (or 0x986613) is unknown color: approx Golden Brown. HEX triplet: 98, 66 and 13. RGB value is (152,102,19). Sum of RGB (Red+Green+Blue) = 152+102+19=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #986613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986613 is #6799EC. Grayscale: #6B6B6B. Windows color (decimal): -6789613 or 1271448. OLE color: 1271448.

HSL color Cylindrical-coordinate representation of color #986613: hue angle of 37.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986613 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB15210219-
CMYK00.330.870.40
HSL37.44º77.78%33.53%-
HSV(B)37.44º87.5%59.61%-
XYZ17.8216.232.81-
YUV107.4978.06159.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=55.68%
G=37.36%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521021900.330.870.4037.4477.7833.53
Hex9866130215728254e22
Octal23014623041127504511642
Binary10011000110011010011010000110101111010001001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986613; }

 p { color: rgb(152,102,19); }

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

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

 a { background-color: rgb(152,102,19); }

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

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

 span { border-color: rgb(152,102,19); }

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