#94655C

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

Shades of Dark Chestnut #94655C

Tints of Dark Chestnut #94655C

Color information

#94655C (or 0x94655C) is unknown color: approx Dark Chestnut. HEX triplet: 94, 65 and 5C. RGB value is (148,101,92). Sum of RGB (Red+Green+Blue) = 148+101+92=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94655C is #6B9AA3. Grayscale: #727272. Windows color (decimal): -7051940 or 6055316. OLE color: 6055316.

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

Color convert

RGB14810192-
CMYK00.320.380.42
HSL9.64º23.33%47.06%-
HSV(B)9.64º37.84%58.04%-
XYZ18.816.3812.3-
YUV114.03115.57152.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=43.40%
G=29.62%
B=26.98%

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
Decimal1481019200.320.380.429.6423.3347.06
Hex94655C020262Aa172f
Octal2241451340404652122757
Binary10010100110010110111000100000100110101010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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