#936863

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

Shades of Dark Chestnut #936863

Tints of Dark Chestnut #936863

Color information

#936863 (or 0x936863) is unknown color: approx Dark Chestnut. HEX triplet: 93, 68 and 63. RGB value is (147,104,99). Sum of RGB (Red+Green+Blue) = 147+104+99=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936863 is #6C979C. Grayscale: #747474. Windows color (decimal): -7116701 or 6514835. OLE color: 6514835.

HSL color Cylindrical-coordinate representation of color #936863: hue angle of 6.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936863 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14710499-
CMYK00.290.330.42
HSL6.25º19.51%48.24%-
HSV(B)6.25º32.65%57.65%-
XYZ19.241714.07-
YUV116.29118.25149.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=42%
G=29.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471049900.290.330.426.2519.5148.24
Hex93686301D212A61430
Octal223150143035415262460
Binary100100111101000110001101110110000110101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936863; }

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

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

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

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

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

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

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

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