#99664B

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

Shades of Dark Tan #99664B

Tints of Dark Tan #99664B

Color information

#99664B (or 0x99664B) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 4B. RGB value is (153,102,75). Sum of RGB (Red+Green+Blue) = 153+102+75=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99664B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99664B is #6699B4. Grayscale: #727272. Windows color (decimal): -6724021 or 4941465. OLE color: 4941465.

HSL color Cylindrical-coordinate representation of color #99664B: hue angle of 20.77º 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 #99664B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15310275-
CMYK00.330.510.4
HSL20.77º34.21%44.71%-
HSV(B)20.77º50.98%60%-
XYZ19.1616.788.89-
YUV114.17105.9155.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=46.36%
G=30.91%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531027500.330.510.420.7734.2144.71
Hex99664B021332815222d
Octal2311461130416350254255
Binary1001100111001101001011010000111001110100010101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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