#705673

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

Shades of Rum #705673

Tints of Rum #705673

Color information

#705673 (or 0x705673) is unknown color: approx Rum. HEX triplet: 70, 56 and 73. RGB value is (112,86,115). Sum of RGB (Red+Green+Blue) = 112+86+115=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 115 - color contains mainly: blue. Hex color #705673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705673 is #8FA98C. Grayscale: #606060. Windows color (decimal): -9415053 or 7558768. OLE color: 7558768.

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

Color convert

RGB11286115-
CMYK0.030.2500.55
HSL293.79º14.43%39.41%-
HSV(B)293.79º25.22%45.1%-
XYZ13.111.3417.72-
YUV97.08138.11138.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=35.78%
G=27.48%
B=36.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112861150.030.2500.55293.7914.4339.41
Hex705673319037126e27
Octal1601261633310674461647
Binary111000010101101110011111100101101111001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705673; }

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

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

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

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

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

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

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

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