#99664E

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

Shades of Dark Tan #99664E

Tints of Dark Tan #99664E

Color information

#99664E (or 0x99664E) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 4E. RGB value is (153,102,78). Sum of RGB (Red+Green+Blue) = 153+102+78=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99664E is #6699B1. Grayscale: #727272. Windows color (decimal): -6724018 or 5138073. OLE color: 5138073.

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

Color convert

RGB15310278-
CMYK00.330.490.4
HSL19.2º32.47%45.29%-
HSV(B)19.2º49.02%60%-
XYZ19.2616.839.44-
YUV114.51107.4155.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=45.95%
G=30.63%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531027800.330.490.419.232.4745.29
Hex99664E021312813202d
Octal2311461160416150234055
Binary1001100111001101001110010000111000110100010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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