#946864

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

Shades of Dark Chestnut #946864

Tints of Dark Chestnut #946864

Color information

#946864 (or 0x946864) is unknown color: approx Dark Chestnut. HEX triplet: 94, 68 and 64. RGB value is (148,104,100). Sum of RGB (Red+Green+Blue) = 148+104+100=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946864 is #6B979B. Grayscale: #747474. Windows color (decimal): -7051164 or 6580372. OLE color: 6580372.

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

Color convert

RGB148104100-
CMYK00.300.320.42
HSL19.35%48.63%-
HSV(B)32.43%58.04%-
XYZ19.4617.1214.33-
YUV116.7118.58150.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=42.05%
G=29.55%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810410000.300.320.42519.3548.63
Hex94686401E202A51331
Octal224150144036405252361
Binary100101001101000110010001111010000010101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946864; }

 p { color: rgb(148,104,100); }

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

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

 a { background-color: rgb(148,104,100); }

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

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

 span { border-color: rgb(148,104,100); }

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