#986545

Color #986545 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #986545

Tints of Dark Tan #986545

Color information

#986545 (or 0x986545) is unknown color: approx Dark Tan. HEX triplet: 98, 65 and 45. RGB value is (152,101,69). Sum of RGB (Red+Green+Blue) = 152+101+69=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #986545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986545 is #679ABA. Grayscale: #707070. Windows color (decimal): -6789819 or 4547992. OLE color: 4547992.

HSL color Cylindrical-coordinate representation of color #986545: hue angle of 23.13º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986545 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15210169-
CMYK00.340.550.40
HSL23.13º37.56%43.33%-
HSV(B)23.13º54.61%59.61%-
XYZ18.6816.417.81-
YUV112.6103.4156.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=47.20%
G=31.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521016900.340.550.4023.1337.5643.33
Hex986545022372817262b
Octal2301451050426750274653
Binary1001100011001011000101010001011011110100010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986545; }

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

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

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

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

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

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

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

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