#706E71

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

Shades of Rum #706E71

Tints of Rum #706E71

Color information

#706E71 (or 0x706E71) is unknown color: approx Rum. HEX triplet: 70, 6E and 71. RGB value is (112,110,113). Sum of RGB (Red+Green+Blue) = 112+110+113=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 113 - color contains mainly: blue. Hex color #706E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E71 is #8F918E. Grayscale: #6E6E6E. Windows color (decimal): -9408911 or 7433840. OLE color: 7433840.

HSL color Cylindrical-coordinate representation of color #706E71: hue angle of 280º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #706E71 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB112110113-
CMYK0.010.0300.56
HSL280º1.35%43.73%-
HSV(B)280º2.65%44.31%-
XYZ15.2415.7917.87-
YUV110.94129.16128.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=33.43%
G=32.84%
B=33.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121101130.010.0300.562801.3543.73
Hex706E711303811812c
Octal16015616113070430154
Binary11100001101110111000111101110001000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E71; }

 p { color: rgb(112,110,113); }

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

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

 a { background-color: rgb(112,110,113); }

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

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

 span { border-color: rgb(112,110,113); }

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