#996963

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

Shades of Dark Chestnut #996963

Tints of Dark Chestnut #996963

Color information

#996963 (or 0x996963) is unknown color: approx Dark Chestnut. HEX triplet: 99, 69 and 63. RGB value is (153,105,99). Sum of RGB (Red+Green+Blue) = 153+105+99=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996963 is #66969C. Grayscale: #767676. Windows color (decimal): -6723229 or 6515097. OLE color: 6515097.

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

Color convert

RGB15310599-
CMYK00.310.350.4
HSL6.67º21.43%49.41%-
HSV(B)6.67º35.29%60%-
XYZ20.4417.7814.16-
YUV118.67116.9152.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=42.86%
G=29.41%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531059900.310.350.46.6721.4349.41
Hex99696301F232871531
Octal231151143037435072561
Binary100110011101001110001101111110001110100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996963; }

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

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

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

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

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

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

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

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