#94645C

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

Shades of Dark Chestnut #94645C

Tints of Dark Chestnut #94645C

Color information

#94645C (or 0x94645C) is unknown color: approx Dark Chestnut. HEX triplet: 94, 64 and 5C. RGB value is (148,100,92). Sum of RGB (Red+Green+Blue) = 148+100+92=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94645C is #6B9BA3. Grayscale: #717171. Windows color (decimal): -7052196 or 6055060. OLE color: 6055060.

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

Color convert

RGB14810092-
CMYK00.320.380.42
HSL8.57º23.33%47.06%-
HSV(B)8.57º37.84%58.04%-
XYZ18.716.1812.26-
YUV113.44115.9152.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=43.53%
G=29.41%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481009200.320.380.428.5723.3347.06
Hex94645C020262A9172f
Octal2241441340404652112757
Binary10010100110010010111000100000100110101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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