#716673

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

Shades of Rum #716673

Tints of Rum #716673

Color information

#716673 (or 0x716673) is unknown color: approx Rum. HEX triplet: 71, 66 and 73. RGB value is (113,102,115). Sum of RGB (Red+Green+Blue) = 113+102+115=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #716673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716673 is #8E998C. Grayscale: #6A6A6A. Windows color (decimal): -9345421 or 7562865. OLE color: 7562865.

HSL color Cylindrical-coordinate representation of color #716673: hue angle of 290.77º 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 #716673 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113102115-
CMYK0.020.1100.55
HSL290.77º5.99%42.55%-
HSV(B)290.77º11.3%45.1%-
XYZ14.6614.2518.2-
YUV106.77132.64132.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=34.24%
G=30.91%
B=34.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131021150.020.1100.55290.775.9942.55
Hex7166732B03712362b
Octal161146163213067443653
Binary1110001110011011100111010110110111100100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716673; }

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

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

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

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

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

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

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

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