#996861

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

Shades of Dark Chestnut #996861

Tints of Dark Chestnut #996861

Color information

#996861 (or 0x996861) is unknown color: approx Dark Chestnut. HEX triplet: 99, 68 and 61. RGB value is (153,104,97). Sum of RGB (Red+Green+Blue) = 153+104+97=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996861 is #66979E. Grayscale: #757575. Windows color (decimal): -6723487 or 6383769. OLE color: 6383769.

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

Color convert

RGB15310497-
CMYK00.320.370.4
HSL7.5º22.4%49.02%-
HSV(B)7.5º36.6%60%-
XYZ20.2417.5413.63-
YUV117.85116.23153.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=43.22%
G=29.38%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531049700.320.370.47.522.449.02
Hex996861020252881631
Octal2311501410404550102661
Binary10011001110100011000010100000100101101000100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996861; }

 p { color: rgb(153,104,97); }

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

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

 a { background-color: rgb(153,104,97); }

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

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

 span { border-color: rgb(153,104,97); }

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