#936760

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

Shades of Dark Chestnut #936760

Tints of Dark Chestnut #936760

Color information

#936760 (or 0x936760) is unknown color: approx Dark Chestnut. HEX triplet: 93, 67 and 60. RGB value is (147,103,96). Sum of RGB (Red+Green+Blue) = 147+103+96=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #936760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936760 is #6C989F. Grayscale: #737373. Windows color (decimal): -7116960 or 6317971. OLE color: 6317971.

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

Color convert

RGB14710396-
CMYK00.300.350.42
HSL8.24º20.99%47.65%-
HSV(B)8.24º34.69%57.65%-
XYZ18.9916.7513.3-
YUV115.36117.08150.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=42.49%
G=29.77%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471039600.300.350.428.2420.9947.65
Hex93676001E232A81530
Octal2231471400364352102560
Binary1001001111001111100000011110100011101010100010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936760; }

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

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

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

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

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

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

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

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