#947166

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

Shades of Dark Chestnut #947166

Tints of Dark Chestnut #947166

Color information

#947166 (or 0x947166) is unknown color: approx Dark Chestnut. HEX triplet: 94, 71 and 66. RGB value is (148,113,102). Sum of RGB (Red+Green+Blue) = 148+113+102=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #947166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947166 is #6B8E99. Grayscale: #7A7A7A. Windows color (decimal): -7048858 or 6713748. OLE color: 6713748.

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

Color convert

RGB148113102-
CMYK00.240.310.42
HSL14.35º18.4%49.02%-
HSV(B)14.35º31.08%58.04%-
XYZ20.5219.0715.17-
YUV122.21116.6146.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=40.77%
G=31.13%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811310200.240.310.4214.3518.449.02
Hex9471660181F2Ae1231
Octal2241611460303752162261
Binary100101001110001110011001100011111101010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947166; }

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

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

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

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

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

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

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

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