#98604C

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

Shades of Dark Tan #98604C

Tints of Dark Tan #98604C

Color information

#98604C (or 0x98604C) is unknown color: approx Dark Tan. HEX triplet: 98, 60 and 4C. RGB value is (152,96,76). Sum of RGB (Red+Green+Blue) = 152+96+76=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98604C is #679FB3. Grayscale: #6E6E6E. Windows color (decimal): -6791092 or 5005464. OLE color: 5005464.

HSL color Cylindrical-coordinate representation of color #98604C: hue angle of 15.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98604C is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1529676-
CMYK00.370.500.40
HSL15.79º33.33%44.71%-
HSV(B)15.79º50%59.61%-
XYZ18.4415.568.87-
YUV110.46108.55157.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=46.91%
G=29.63%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152967600.370.500.4015.7933.3344.71
Hex98604C025322810212d
Octal2301401140456250204155
Binary1001100011000001001100010010111001010100010000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98604C; }

 p { color: rgb(152,96,76); }

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

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

 a { background-color: rgb(152,96,76); }

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

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

 span { border-color: rgb(152,96,76); }

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