#99635E

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

Shades of Dark Chestnut #99635E

Tints of Dark Chestnut #99635E

Color information

#99635E (or 0x99635E) is unknown color: approx Dark Chestnut. HEX triplet: 99, 63 and 5E. RGB value is (153,99,94). Sum of RGB (Red+Green+Blue) = 153+99+94=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99635E is #669CA1. Grayscale: #727272. Windows color (decimal): -6724770 or 6185881. OLE color: 6185881.

HSL color Cylindrical-coordinate representation of color #99635E: hue angle of 5.08º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99635E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1539994-
CMYK00.350.390.4
HSL5.08º23.89%48.43%-
HSV(B)5.08º38.56%60%-
XYZ19.6216.512.74-
YUV114.58116.39155.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=44.22%
G=28.61%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153999400.350.390.45.0823.8948.43
Hex99635E023272851830
Octal231143136043475053060
Binary1001100111000111011110010001110011110100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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