#94635D

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

Shades of Dark Chestnut #94635D

Tints of Dark Chestnut #94635D

Color information

#94635D (or 0x94635D) is unknown color: approx Dark Chestnut. HEX triplet: 94, 63 and 5D. RGB value is (148,99,93). Sum of RGB (Red+Green+Blue) = 148+99+93=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94635D is #6B9CA2. Grayscale: #717171. Windows color (decimal): -7052451 or 6120340. OLE color: 6120340.

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

Color convert

RGB1489993-
CMYK00.330.370.42
HSL6.55º22.82%47.25%-
HSV(B)6.55º37.16%58.04%-
XYZ18.6516.0112.46-
YUV112.97116.73152.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 93 (36.72% from 255) = 27.35%
R=43.53%
G=29.12%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148999300.330.370.426.5522.8247.25
Hex94635D021252A7172f
Octal224143135041455272757
Binary1001010011000111011101010000110010110101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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