#99694D

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

Shades of Dark Tan #99694D

Tints of Dark Tan #99694D

Color information

#99694D (or 0x99694D) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 4D. RGB value is (153,105,77). Sum of RGB (Red+Green+Blue) = 153+105+77=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99694D is #6696B2. Grayscale: #747474. Windows color (decimal): -6723251 or 5073305. OLE color: 5073305.

HSL color Cylindrical-coordinate representation of color #99694D: hue angle of 22.11º 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 #99694D is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15310577-
CMYK00.310.500.4
HSL22.11º33.04%45.1%-
HSV(B)22.11º49.67%60%-
XYZ19.5317.419.35-
YUV116.16105.9154.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=45.67%
G=31.34%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531057700.310.500.422.1133.0445.1
Hex99694D01F322816212d
Octal2311511150376250264155
Binary100110011101001100110101111111001010100010110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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