#98664B

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

Shades of Dark Tan #98664B

Tints of Dark Tan #98664B

Color information

#98664B (or 0x98664B) is unknown color: approx Dark Tan. HEX triplet: 98, 66 and 4B. RGB value is (152,102,75). Sum of RGB (Red+Green+Blue) = 152+102+75=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98664B is #6799B4. Grayscale: #727272. Windows color (decimal): -6789557 or 4941464. OLE color: 4941464.

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

Color convert

RGB15210275-
CMYK00.330.510.40
HSL21.04º33.92%44.51%-
HSV(B)21.04º50.66%59.61%-
XYZ18.9716.698.88-
YUV113.87106.06155.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=46.20%
G=31.00%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521027500.330.510.4021.0433.9244.51
Hex98664B021332815222d
Octal2301461130416350254255
Binary1001100011001101001011010000111001110100010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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