#98644D

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

Shades of Dark Tan #98644D

Tints of Dark Tan #98644D

Color information

#98644D (or 0x98644D) is unknown color: approx Dark Tan. HEX triplet: 98, 64 and 4D. RGB value is (152,100,77). Sum of RGB (Red+Green+Blue) = 152+100+77=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98644D is #679BB2. Grayscale: #717171. Windows color (decimal): -6790067 or 5072024. OLE color: 5072024.

HSL color Cylindrical-coordinate representation of color #98644D: hue angle of 18.4º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98644D is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15210077-
CMYK00.340.490.40
HSL18.4º32.75%44.9%-
HSV(B)18.4º49.34%59.61%-
XYZ18.8516.339.18-
YUV112.93107.73155.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=46.20%
G=30.40%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521007700.340.490.4018.432.7544.9
Hex98644D022312812212d
Octal2301441150426150224155
Binary1001100011001001001101010001011000110100010010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98644D; }

 p { color: rgb(152,100,77); }

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

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

 a { background-color: rgb(152,100,77); }

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

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

 span { border-color: rgb(152,100,77); }

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