#706573

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

Shades of Rum #706573

Tints of Rum #706573

Color information

#706573 (or 0x706573) is unknown color: approx Rum. HEX triplet: 70, 65 and 73. RGB value is (112,101,115). Sum of RGB (Red+Green+Blue) = 112+101+115=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #706573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706573 is #8F9A8C. Grayscale: #696969. Windows color (decimal): -9411213 or 7562608. OLE color: 7562608.

HSL color Cylindrical-coordinate representation of color #706573: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706573 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB112101115-
CMYK0.030.1200.55
HSL287.14º6.48%42.35%-
HSV(B)287.14º12.17%45.1%-
XYZ14.4313.9918.16-
YUV105.88133.14132.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=34.15%
G=30.79%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121011150.030.1200.55287.146.4842.35
Hex7065733C03711f62a
Octal160145163314067437652
Binary1110000110010111100111111000110111100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706573; }

 p { color: rgb(112,101,115); }

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

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

 a { background-color: rgb(112,101,115); }

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

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

 span { border-color: rgb(112,101,115); }

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