#93665B

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

Shades of Dark Chestnut #93665B

Tints of Dark Chestnut #93665B

Color information

#93665B (or 0x93665B) is unknown color: approx Dark Chestnut. HEX triplet: 93, 66 and 5B. RGB value is (147,102,91). Sum of RGB (Red+Green+Blue) = 147+102+91=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93665B is #6C99A4. Grayscale: #727272. Windows color (decimal): -7117221 or 5990035. OLE color: 5990035.

HSL color Cylindrical-coordinate representation of color #93665B: hue angle of 11.79º degrees, saturation: 0.24, 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 #93665B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14710291-
CMYK00.310.380.42
HSL11.79º23.53%46.67%-
HSV(B)11.79º38.1%57.65%-
XYZ18.6716.4612.09-
YUV114.2114.91151.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=43.24%
G=30%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471029100.310.380.4211.7923.5346.67
Hex93665B01F262Ac182f
Octal2231461330374652143057
Binary1001001111001101011011011111100110101010110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93665B; }

 p { color: rgb(147,102,91); }

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

<style>
 a { background-color: #93665B; }

 a { background-color: rgb(147,102,91); }

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

<style>
 span { border-color: #93665B; }

 span { border-color: rgb(147,102,91); }

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