#936550

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

Shades of Dark Tan #936550

Tints of Dark Tan #936550

Color information

#936550 (or 0x936550) is unknown color: approx Dark Tan. HEX triplet: 93, 65 and 50. RGB value is (147,101,80). Sum of RGB (Red+Green+Blue) = 147+101+80=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #936550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936550 is #6C9AAF. Grayscale: #707070. Windows color (decimal): -7117488 or 5268883. OLE color: 5268883.

HSL color Cylindrical-coordinate representation of color #936550: hue angle of 18.81º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936550 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14710180-
CMYK00.310.460.42
HSL18.81º29.52%44.51%-
HSV(B)18.81º45.58%57.65%-
XYZ18.1316.099.74-
YUV112.36109.74152.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=44.82%
G=30.79%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471018000.310.460.4218.8129.5244.51
Hex93655001F2E2A131e2d
Octal2231451200375652233655
Binary10010011110010110100000111111011101010101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936550; }

 p { color: rgb(147,101,80); }

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

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

 a { background-color: rgb(147,101,80); }

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

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

 span { border-color: rgb(147,101,80); }

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