#99695F

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

Shades of Dark Chestnut #99695F

Tints of Dark Chestnut #99695F

Color information

#99695F (or 0x99695F) is unknown color: approx Dark Chestnut. HEX triplet: 99, 69 and 5F. RGB value is (153,105,95). Sum of RGB (Red+Green+Blue) = 153+105+95=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #99695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99695F is #6696A0. Grayscale: #767676. Windows color (decimal): -6723233 or 6252953. OLE color: 6252953.

HSL color Cylindrical-coordinate representation of color #99695F: hue angle of 10.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99695F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15310595-
CMYK00.310.380.4
HSL10.34º23.39%48.63%-
HSV(B)10.34º37.91%60%-
XYZ20.2517.713.18-
YUV118.21114.9152.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=43.34%
G=29.75%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531059500.310.380.410.3423.3948.63
Hex99695F01F2628a1731
Octal2311511370374650122761
Binary1001100111010011011111011111100110101000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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