#94645F

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

Shades of Dark Chestnut #94645F

Tints of Dark Chestnut #94645F

Color information

#94645F (or 0x94645F) is unknown color: approx Dark Chestnut. HEX triplet: 94, 64 and 5F. RGB value is (148,100,95). Sum of RGB (Red+Green+Blue) = 148+100+95=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94645F is #6B9BA0. Grayscale: #717171. Windows color (decimal): -7052193 or 6251668. OLE color: 6251668.

HSL color Cylindrical-coordinate representation of color #94645F: hue angle of 5.66º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94645F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14810095-
CMYK00.320.360.42
HSL5.66º21.81%47.65%-
HSV(B)5.66º35.81%58.04%-
XYZ18.8416.2412.97-
YUV113.78117.4152.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=43.15%
G=29.15%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481009500.320.360.425.6621.8147.65
Hex94645F020242A61630
Octal224144137040445262660
Binary1001010011001001011111010000010010010101011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94645F; }

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

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

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

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

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

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

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

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