#99645F

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

Shades of Dark Chestnut #99645F

Tints of Dark Chestnut #99645F

Color information

#99645F (or 0x99645F) is unknown color: approx Dark Chestnut. HEX triplet: 99, 64 and 5F. RGB value is (153,100,95). Sum of RGB (Red+Green+Blue) = 153+100+95=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99645F is #669BA0. Grayscale: #737373. Windows color (decimal): -6724513 or 6251673. OLE color: 6251673.

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

Color convert

RGB15310095-
CMYK00.350.380.4
HSL5.17º23.39%48.63%-
HSV(B)5.17º37.91%60%-
XYZ19.7616.7113.01-
YUV115.28116.56154.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=43.97%
G=28.74%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531009500.350.380.45.1723.3948.63
Hex99645F023262851731
Octal231144137043465052761
Binary1001100111001001011111010001110011010100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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