#986945

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

Shades of Dark Tan #986945

Tints of Dark Tan #986945

Color information

#986945 (or 0x986945) is unknown color: approx Dark Tan. HEX triplet: 98, 69 and 45. RGB value is (152,105,69). Sum of RGB (Red+Green+Blue) = 152+105+69=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #986945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986945 is #6796BA. Grayscale: #737373. Windows color (decimal): -6788795 or 4549016. OLE color: 4549016.

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

Color convert

RGB15210569-
CMYK00.310.550.40
HSL26.02º37.56%43.33%-
HSV(B)26.02º54.61%59.61%-
XYZ19.0717.217.95-
YUV114.95102.07154.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=46.63%
G=32.21%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521056900.310.550.4026.0237.5643.33
Hex98694501F37281a262b
Octal2301511050376750324653
Binary100110001101001100010101111111011110100011010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986945; }

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

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

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

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

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

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

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

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