#99664F

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

Shades of Dark Tan #99664F

Tints of Dark Tan #99664F

Color information

#99664F (or 0x99664F) is unknown color: approx Dark Tan. HEX triplet: 99, 66 and 4F. RGB value is (153,102,79). Sum of RGB (Red+Green+Blue) = 153+102+79=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99664F is #6699B0. Grayscale: #727272. Windows color (decimal): -6724017 or 5203609. OLE color: 5203609.

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

Color convert

RGB15310279-
CMYK00.330.480.4
HSL18.65º31.9%45.49%-
HSV(B)18.65º48.37%60%-
XYZ19.316.849.63-
YUV114.63107.9155.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=45.81%
G=30.54%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531027900.330.480.418.6531.945.49
Hex99664F021302813202d
Octal2311461170416050234055
Binary1001100111001101001111010000111000010100010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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