#94655D

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

Shades of Dark Chestnut #94655D

Tints of Dark Chestnut #94655D

Color information

#94655D (or 0x94655D) is unknown color: approx Dark Chestnut. HEX triplet: 94, 65 and 5D. RGB value is (148,101,93). Sum of RGB (Red+Green+Blue) = 148+101+93=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94655D is #6B9AA2. Grayscale: #727272. Windows color (decimal): -7051939 or 6120852. OLE color: 6120852.

HSL color Cylindrical-coordinate representation of color #94655D: hue angle of 8.73º 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 #94655D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14810193-
CMYK00.320.370.42
HSL8.73º22.82%47.25%-
HSV(B)8.73º37.16%58.04%-
XYZ18.8416.3912.53-
YUV114.14116.07152.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=43.27%
G=29.53%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481019300.320.370.428.7322.8247.25
Hex94655D020252A9172f
Octal2241451350404552112757
Binary10010100110010110111010100000100101101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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