#706574

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

Shades of Rum #706574

Tints of Rum #706574

Color information

#706574 (or 0x706574) is unknown color: approx Rum. HEX triplet: 70, 65 and 74. RGB value is (112,101,116). Sum of RGB (Red+Green+Blue) = 112+101+116=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #706574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706574 is #8F9A8B. Grayscale: #696969. Windows color (decimal): -9411212 or 7628144. OLE color: 7628144.

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

Color convert

RGB112101116-
CMYK0.030.1300.55
HSL284º6.91%42.55%-
HSV(B)284º12.93%45.49%-
XYZ14.4914.0118.46-
YUV106133.64132.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=34.04%
G=30.70%
B=35.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121011160.030.1300.552846.9142.55
Hex7065743D03711c72b
Octal160145164315067434753
Binary1110000110010111101001111010110111100011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706574; }

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

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

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

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

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

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

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

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