#986513

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

Shades of Golden Brown #986513

Tints of Golden Brown #986513

Color information

#986513 (or 0x986513) is unknown color: approx Golden Brown. HEX triplet: 98, 65 and 13. RGB value is (152,101,19). Sum of RGB (Red+Green+Blue) = 152+101+19=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986513 is #679AEC. Grayscale: #6B6B6B. Windows color (decimal): -6789869 or 1271192. OLE color: 1271192.

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

Color convert

RGB15210119-
CMYK00.340.870.40
HSL36.99º77.78%33.53%-
HSV(B)36.99º87.5%59.61%-
XYZ17.7216.032.78-
YUV106.978.4160.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 101 (39.84% from 255) = 37.13%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=55.88%
G=37.13%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521011900.340.870.4036.9977.7833.53
Hex9865130225728254e22
Octal23014523042127504511642
Binary10011000110010110011010001010101111010001001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986513; }

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

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

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

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

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

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

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

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