#94665D

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

Shades of Dark Chestnut #94665D

Tints of Dark Chestnut #94665D

Color information

#94665D (or 0x94665D) is unknown color: approx Dark Chestnut. HEX triplet: 94, 66 and 5D. RGB value is (148,102,93). Sum of RGB (Red+Green+Blue) = 148+102+93=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94665D is #6B99A2. Grayscale: #727272. Windows color (decimal): -7051683 or 6121108. OLE color: 6121108.

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

Color convert

RGB14810293-
CMYK00.310.370.42
HSL9.82º22.82%47.25%-
HSV(B)9.82º37.16%58.04%-
XYZ18.9416.5912.56-
YUV114.73115.74151.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=43.15%
G=29.74%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481029300.310.370.429.8222.8247.25
Hex94665D01F252Aa172f
Octal2241461350374552122757
Binary1001010011001101011101011111100101101010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94665D; }

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

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

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

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

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

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

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

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