#99684D

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

Shades of Dark Tan #99684D

Tints of Dark Tan #99684D

Color information

#99684D (or 0x99684D) is unknown color: approx Dark Tan. HEX triplet: 99, 68 and 4D. RGB value is (153,104,77). Sum of RGB (Red+Green+Blue) = 153+104+77=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99684D is #6697B2. Grayscale: #737373. Windows color (decimal): -6723507 or 5073049. OLE color: 5073049.

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

Color convert

RGB15310477-
CMYK00.320.500.4
HSL21.32º33.04%45.1%-
HSV(B)21.32º49.67%60%-
XYZ19.4317.219.32-
YUV115.57106.23154.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=45.81%
G=31.14%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531047700.320.500.421.3233.0445.1
Hex99684D020322815212d
Octal2311501150406250254155
Binary1001100111010001001101010000011001010100010101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99684D; }

 p { color: rgb(153,104,77); }

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

<style>
 a { background-color: #99684D; }

 a { background-color: rgb(153,104,77); }

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

<style>
 span { border-color: #99684D; }

 span { border-color: rgb(153,104,77); }

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