#98664F

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

Shades of Dark Tan #98664F

Tints of Dark Tan #98664F

Color information

#98664F (or 0x98664F) is unknown color: approx Dark Tan. HEX triplet: 98, 66 and 4F. RGB value is (152,102,79). Sum of RGB (Red+Green+Blue) = 152+102+79=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98664F is #6799B0. Grayscale: #727272. Windows color (decimal): -6789553 or 5203608. OLE color: 5203608.

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

Color convert

RGB15210279-
CMYK00.330.480.40
HSL18.9º31.6%45.29%-
HSV(B)18.9º48.03%59.61%-
XYZ19.1116.749.62-
YUV114.33108.06154.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=45.65%
G=30.63%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521027900.330.480.4018.931.645.29
Hex98664F021302813202d
Octal2301461170416050234055
Binary1001100011001101001111010000111000010100010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98664F; }

 p { color: rgb(152,102,79); }

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

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

 a { background-color: rgb(152,102,79); }

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

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

 span { border-color: rgb(152,102,79); }

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