#99635C

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

Shades of Dark Chestnut #99635C

Tints of Dark Chestnut #99635C

Color information

#99635C (or 0x99635C) is unknown color: approx Dark Chestnut. HEX triplet: 99, 63 and 5C. RGB value is (153,99,92). Sum of RGB (Red+Green+Blue) = 153+99+92=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99635C is #669CA3. Grayscale: #727272. Windows color (decimal): -6724772 or 6054809. OLE color: 6054809.

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

Color convert

RGB1539992-
CMYK00.350.400.4
HSL6.89º24.9%48.04%-
HSV(B)6.89º39.87%60%-
XYZ19.5316.4712.27-
YUV114.35115.39155.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=44.48%
G=28.78%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153999200.350.400.46.8924.948.04
Hex99635C023282871930
Octal231143134043505073160
Binary1001100111000111011100010001110100010100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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