#6B5F70

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

Shades of Rum #6B5F70

Tints of Rum #6B5F70

Color information

#6B5F70 (or 0x6B5F70) is unknown color: approx Rum. HEX triplet: 6B, 5F and 70. RGB value is (107,95,112). Sum of RGB (Red+Green+Blue) = 107+95+112=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F70 is #94A08F. Grayscale: #646464. Windows color (decimal): -9740432 or 7364459. OLE color: 7364459.

HSL color Cylindrical-coordinate representation of color #6B5F70: hue angle of 282.35º 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 #6B5F70 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10795112-
CMYK0.040.1500.56
HSL282.35º8.21%40.59%-
HSV(B)282.35º15.18%43.92%-
XYZ13.0812.4817.05-
YUV100.53134.48132.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=34.08%
G=30.25%
B=35.67%

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
Decimal107951120.040.1500.56282.358.2140.59
Hex6B5F704F03811a829
Octal1531371604170704321051
Binary110101110111111110000100111101110001000110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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