#706673

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

Shades of Rum #706673

Tints of Rum #706673

Color information

#706673 (or 0x706673) is unknown color: approx Rum. HEX triplet: 70, 66 and 73. RGB value is (112,102,115). Sum of RGB (Red+Green+Blue) = 112+102+115=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #706673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706673 is #8F998C. Grayscale: #6A6A6A. Windows color (decimal): -9410957 or 7562864. OLE color: 7562864.

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

Color convert

RGB112102115-
CMYK0.030.1100.55
HSL286.15º5.99%42.55%-
HSV(B)286.15º11.3%45.1%-
XYZ14.5314.1918.19-
YUV106.47132.81131.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=34.04%
G=31.00%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121021150.030.1100.55286.155.9942.55
Hex7066733B03711e62b
Octal160146163313067436653
Binary1110000110011011100111110110110111100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706673; }

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

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

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

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

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

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

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

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