#93635A

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

Shades of Dark Chestnut #93635A

Tints of Dark Chestnut #93635A

Color information

#93635A (or 0x93635A) is unknown color: approx Dark Chestnut. HEX triplet: 93, 63 and 5A. RGB value is (147,99,90). Sum of RGB (Red+Green+Blue) = 147+99+90=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #93635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93635A is #6C9CA5. Grayscale: #707070. Windows color (decimal): -7117990 or 5923731. OLE color: 5923731.

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

Color convert

RGB1479990-
CMYK00.330.390.42
HSL9.47º24.05%46.47%-
HSV(B)9.47º38.78%57.65%-
XYZ18.3415.8611.77-
YUV112.33115.4152.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=43.75%
G=29.46%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147999000.330.390.429.4724.0546.47
Hex93635A021272A9182e
Octal2231431320414752113056
Binary10010011110001110110100100001100111101010100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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