#93726A

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

Shades of Dark Chestnut #93726A

Tints of Dark Chestnut #93726A

Color information

#93726A (or 0x93726A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 72 and 6A. RGB value is (147,114,106). Sum of RGB (Red+Green+Blue) = 147+114+106=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93726A is #6C8D95. Grayscale: #7B7B7B. Windows color (decimal): -7114134 or 6976147. OLE color: 6976147.

HSL color Cylindrical-coordinate representation of color #93726A: hue angle of 11.71º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93726A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147114106-
CMYK00.220.280.42
HSL11.71º16.21%49.61%-
HSV(B)11.71º27.89%57.65%-
XYZ20.6519.2816.27-
YUV122.95118.43145.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=40.05%
G=31.06%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711410600.220.280.4211.7116.2149.61
Hex93726A0161C2Ac1032
Octal2231621520263452142062
Binary100100111110010110101001011011100101010110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,114,106); }

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

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

 a { background-color: rgb(147,114,106); }

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

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

 span { border-color: rgb(147,114,106); }

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