#946F6A

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

Shades of Dark Chestnut #946F6A

Tints of Dark Chestnut #946F6A

Color information

#946F6A (or 0x946F6A) is unknown color: approx Dark Chestnut. HEX triplet: 94, 6F and 6A. RGB value is (148,111,106). Sum of RGB (Red+Green+Blue) = 148+111+106=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F6A is #6B9095. Grayscale: #797979. Windows color (decimal): -7049366 or 6975380. OLE color: 6975380.

HSL color Cylindrical-coordinate representation of color #946F6A: hue angle of 7.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946F6A is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148111106-
CMYK00.250.280.42
HSL7.14º16.54%49.8%-
HSV(B)7.14º28.38%58.04%-
XYZ20.518.7116.17-
YUV121.49119.26146.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=40.55%
G=30.41%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811110600.250.280.427.1416.5449.8
Hex946F6A0191C2A71132
Octal224157152031345272162
Binary10010100110111111010100110011110010101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F6A; }

 p { color: rgb(148,111,106); }

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

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

 a { background-color: rgb(148,111,106); }

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

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

 span { border-color: rgb(148,111,106); }

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