#986753

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

Shades of Dark Tan #986753

Tints of Dark Tan #986753

Color information

#986753 (or 0x986753) is unknown color: approx Dark Tan. HEX triplet: 98, 67 and 53. RGB value is (152,103,83). Sum of RGB (Red+Green+Blue) = 152+103+83=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986753 is #6798AC. Grayscale: #737373. Windows color (decimal): -6789293 or 5466008. OLE color: 5466008.

HSL color Cylindrical-coordinate representation of color #986753: hue angle of 17.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986753 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15210383-
CMYK00.320.450.40
HSL17.39º29.36%46.08%-
HSV(B)17.39º45.39%59.61%-
XYZ19.361710.44-
YUV115.37109.73154.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=44.97%
G=30.47%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521038300.320.450.4017.3929.3646.08
Hex9867530202D28111d2e
Octal2301471230405550213556
Binary100110001100111101001101000001011011010001000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986753; }

 p { color: rgb(152,103,83); }

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

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

 a { background-color: rgb(152,103,83); }

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

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

 span { border-color: rgb(152,103,83); }

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