#946661

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

Shades of Dark Chestnut #946661

Tints of Dark Chestnut #946661

Color information

#946661 (or 0x946661) is unknown color: approx Dark Chestnut. HEX triplet: 94, 66 and 61. RGB value is (148,102,97). Sum of RGB (Red+Green+Blue) = 148+102+97=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #946661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946661 is #6B999E. Grayscale: #737373. Windows color (decimal): -7051679 or 6383252. OLE color: 6383252.

HSL color Cylindrical-coordinate representation of color #946661: hue angle of 5.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946661 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14810297-
CMYK00.310.340.42
HSL5.88º20.82%48.04%-
HSV(B)5.88º34.46%58.04%-
XYZ19.1216.6613.52-
YUV115.18117.74151.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=42.65%
G=29.39%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481029700.310.340.425.8820.8248.04
Hex94666101F222A61530
Octal224146141037425262560
Binary100101001100110110000101111110001010101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946661; }

 p { color: rgb(148,102,97); }

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

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

 a { background-color: rgb(148,102,97); }

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

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

 span { border-color: rgb(148,102,97); }

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