#986B13

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

Shades of Golden Brown #986B13

Tints of Golden Brown #986B13

Color information

#986B13 (or 0x986B13) is unknown color: approx Golden Brown. HEX triplet: 98, 6B and 13. RGB value is (152,107,19). Sum of RGB (Red+Green+Blue) = 152+107+19=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #986B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986B13 is #6794EC. Grayscale: #6E6E6E. Windows color (decimal): -6788333 or 1272728. OLE color: 1272728.

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

Color convert

RGB15210719-
CMYK00.300.870.40
HSL39.7º77.78%33.53%-
HSV(B)39.7º87.5%59.61%-
XYZ18.3217.242.98-
YUV110.4276.41157.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=54.68%
G=38.49%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521071900.300.870.4039.777.7833.53
Hex986B1301E5728284e22
Octal23015323036127505011642
Binary1001100011010111001101111010101111010001010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986B13; }

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

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

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

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

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

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

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

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