#716973

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

Shades of Rum #716973

Tints of Rum #716973

Color information

#716973 (or 0x716973) is unknown color: approx Rum. HEX triplet: 71, 69 and 73. RGB value is (113,105,115). Sum of RGB (Red+Green+Blue) = 113+105+115=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #716973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716973 is #8E968C. Grayscale: #6C6C6C. Windows color (decimal): -9344653 or 7563633. OLE color: 7563633.

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

Color convert

RGB113105115-
CMYK0.020.0900.55
HSL288º4.55%43.14%-
HSV(B)288º8.7%45.1%-
XYZ14.9614.8518.3-
YUV108.53131.65131.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 115 (45.31% from 255) = 34.53%
R=33.93%
G=31.53%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131051150.020.0900.552884.5543.14
Hex7169732903712052b
Octal161151163211067440553
Binary1110001110100111100111010010110111100100000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716973; }

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

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

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

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

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

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

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

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