#93675A

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

Shades of Dark Chestnut #93675A

Tints of Dark Chestnut #93675A

Color information

#93675A (or 0x93675A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 67 and 5A. RGB value is (147,103,90). Sum of RGB (Red+Green+Blue) = 147+103+90=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93675A is #6C98A5. Grayscale: #727272. Windows color (decimal): -7116966 or 5924755. OLE color: 5924755.

HSL color Cylindrical-coordinate representation of color #93675A: hue angle of 13.68º 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 #93675A is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14710390-
CMYK00.300.390.42
HSL13.68º24.05%46.47%-
HSV(B)13.68º38.78%57.65%-
XYZ18.7316.6411.9-
YUV114.67114.08151.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=43.24%
G=30.29%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471039000.300.390.4213.6824.0546.47
Hex93675A01E272Ae182e
Octal2231471320364752163056
Binary1001001111001111011010011110100111101010111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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