#706973

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

Shades of Rum #706973

Tints of Rum #706973

Color information

#706973 (or 0x706973) is unknown color: approx Rum. HEX triplet: 70, 69 and 73. RGB value is (112,105,115). Sum of RGB (Red+Green+Blue) = 112+105+115=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #706973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706973 is #8F968C. Grayscale: #6C6C6C. Windows color (decimal): -9410189 or 7563632. OLE color: 7563632.

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

Color convert

RGB112105115-
CMYK0.030.0900.55
HSL282º4.55%43.14%-
HSV(B)282º8.7%45.1%-
XYZ14.8314.7918.29-
YUV108.23131.82130.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=33.73%
G=31.63%
B=34.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121051150.030.0900.552824.5543.14
Hex7069733903711a52b
Octal160151163311067432553
Binary1110000110100111100111110010110111100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706973; }

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

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

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

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

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

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

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

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