#6C5F70

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

Shades of Rum #6C5F70

Tints of Rum #6C5F70

Color information

#6C5F70 (or 0x6C5F70) is unknown color: approx Rum. HEX triplet: 6C, 5F and 70. RGB value is (108,95,112). Sum of RGB (Red+Green+Blue) = 108+95+112=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5F70 is #93A08F. Grayscale: #646464. Windows color (decimal): -9674896 or 7364460. OLE color: 7364460.

HSL color Cylindrical-coordinate representation of color #6C5F70: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C5F70 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10895112-
CMYK0.040.1500.56
HSL285.88º8.21%40.59%-
HSV(B)285.88º15.18%43.92%-
XYZ13.212.5417.05-
YUV100.82134.31133.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=34.29%
G=30.16%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108951120.040.1500.56285.888.2140.59
Hex6C5F704F03811e829
Octal1541371604170704361051
Binary110110010111111110000100111101110001000111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C5F70; }

 p { color: rgb(108,95,112); }

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

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

 a { background-color: rgb(108,95,112); }

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

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

 span { border-color: rgb(108,95,112); }

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