#98614A

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

Shades of Dark Tan #98614A

Tints of Dark Tan #98614A

Color information

#98614A (or 0x98614A) is unknown color: approx Dark Tan. HEX triplet: 98, 61 and 4A. RGB value is (152,97,74). Sum of RGB (Red+Green+Blue) = 152+97+74=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98614A is #679EB5. Grayscale: #6E6E6E. Windows color (decimal): -6790838 or 4874648. OLE color: 4874648.

HSL color Cylindrical-coordinate representation of color #98614A: hue angle of 17.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98614A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1529774-
CMYK00.360.510.40
HSL17.69º34.51%44.31%-
HSV(B)17.69º51.32%59.61%-
XYZ18.4615.728.54-
YUV110.82107.22157.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=47.06%
G=30.03%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152977400.360.510.4017.6934.5144.31
Hex98614A024332812232c
Octal2301411120446350224354
Binary1001100011000011001010010010011001110100010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98614A; }

 p { color: rgb(152,97,74); }

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

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

 a { background-color: rgb(152,97,74); }

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

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

 span { border-color: rgb(152,97,74); }

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