#93645A

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

Shades of Dark Chestnut #93645A

Tints of Dark Chestnut #93645A

Color information

#93645A (or 0x93645A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 64 and 5A. RGB value is (147,100,90). Sum of RGB (Red+Green+Blue) = 147+100+90=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93645A is #6C9BA5. Grayscale: #717171. Windows color (decimal): -7117734 or 5923987. OLE color: 5923987.

HSL color Cylindrical-coordinate representation of color #93645A: hue angle of 10.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93645A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14710090-
CMYK00.320.390.42
HSL10.53º24.05%46.47%-
HSV(B)10.53º38.78%57.65%-
XYZ18.4416.0611.8-
YUV112.91115.07152.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=43.62%
G=29.67%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471009000.320.390.4210.5324.0546.47
Hex93645A020272Ab182e
Octal2231441320404752133056
Binary10010011110010010110100100000100111101010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93645A; }

 p { color: rgb(147,100,90); }

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

<style>
 a { background-color: #93645A; }

 a { background-color: rgb(147,100,90); }

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

<style>
 span { border-color: #93645A; }

 span { border-color: rgb(147,100,90); }

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