#996761

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

Shades of Dark Chestnut #996761

Tints of Dark Chestnut #996761

Color information

#996761 (or 0x996761) is unknown color: approx Dark Chestnut. HEX triplet: 99, 67 and 61. RGB value is (153,103,97). Sum of RGB (Red+Green+Blue) = 153+103+97=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996761 is #66989E. Grayscale: #757575. Windows color (decimal): -6723743 or 6383513. OLE color: 6383513.

HSL color Cylindrical-coordinate representation of color #996761: hue angle of 6.43º 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 #996761 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15310397-
CMYK00.330.370.4
HSL6.43º22.4%49.02%-
HSV(B)6.43º36.6%60%-
XYZ20.1417.3413.59-
YUV117.27116.56153.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=43.34%
G=29.18%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531039700.330.370.46.4322.449.02
Hex996761021252861631
Octal231147141041455062661
Binary1001100111001111100001010000110010110100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996761; }

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

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

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

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

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

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

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

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