#99655C

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

Shades of Dark Chestnut #99655C

Tints of Dark Chestnut #99655C

Color information

#99655C (or 0x99655C) is unknown color: approx Dark Chestnut. HEX triplet: 99, 65 and 5C. RGB value is (153,101,92). Sum of RGB (Red+Green+Blue) = 153+101+92=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99655C is #669AA3. Grayscale: #737373. Windows color (decimal): -6724260 or 6055321. OLE color: 6055321.

HSL color Cylindrical-coordinate representation of color #99655C: hue angle of 8.85º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99655C is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15310192-
CMYK00.340.400.4
HSL8.85º24.9%48.04%-
HSV(B)8.85º39.87%60%-
XYZ19.7216.8512.34-
YUV115.52114.73154.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=44.22%
G=29.19%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531019200.340.400.48.8524.948.04
Hex99655C022282891930
Octal2311451340425050113160
Binary10011001110010110111000100010101000101000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,101,92); }

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

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

 a { background-color: rgb(153,101,92); }

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

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

 span { border-color: rgb(153,101,92); }

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