#99694C

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

Shades of Dark Tan #99694C

Tints of Dark Tan #99694C

Color information

#99694C (or 0x99694C) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 4C. RGB value is (153,105,76). Sum of RGB (Red+Green+Blue) = 153+105+76=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99694C is #6696B3. Grayscale: #747474. Windows color (decimal): -6723252 or 5007769. OLE color: 5007769.

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

Color convert

RGB15310576-
CMYK00.310.500.4
HSL22.6º33.62%44.9%-
HSV(B)22.6º50.33%60%-
XYZ19.4917.49.17-
YUV116.05105.4154.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=45.81%
G=31.44%
B=22.75%

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
Decimal1531057600.310.500.422.633.6244.9
Hex99694C01F322817222d
Octal2311511140376250274255
Binary100110011101001100110001111111001010100010111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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