#986845

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

Shades of Dark Tan #986845

Tints of Dark Tan #986845

Color information

#986845 (or 0x986845) is unknown color: approx Dark Tan. HEX triplet: 98, 68 and 45. RGB value is (152,104,69). Sum of RGB (Red+Green+Blue) = 152+104+69=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986845 is #6797BA. Grayscale: #727272. Windows color (decimal): -6789051 or 4548760. OLE color: 4548760.

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

Color convert

RGB15210469-
CMYK00.320.550.40
HSL25.3º37.56%43.33%-
HSV(B)25.3º54.61%59.61%-
XYZ18.9717.017.91-
YUV114.36102.4154.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=46.77%
G=32%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521046900.320.550.4025.337.5643.33
Hex986845020372819262b
Octal2301501050406750314653
Binary1001100011010001000101010000011011110100011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986845; }

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

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

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

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

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

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

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

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