#6F6972

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

Shades of Rum #6F6972

Tints of Rum #6F6972

Color information

#6F6972 (or 0x6F6972) is unknown color: approx Rum. HEX triplet: 6F, 69 and 72. RGB value is (111,105,114). Sum of RGB (Red+Green+Blue) = 111+105+114=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6972 is #90968D. Grayscale: #6B6B6B. Windows color (decimal): -9475726 or 7498095. OLE color: 7498095.

HSL color Cylindrical-coordinate representation of color #6F6972: hue angle of 280º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F6972 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB111105114-
CMYK0.030.0800.55
HSL280º4.11%42.94%-
HSV(B)280º7.89%44.71%-
XYZ14.6414.717.98-
YUV107.82131.49130.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=33.64%
G=31.82%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111051140.030.0800.552804.1142.94
Hex6F69723803711842b
Octal157151162310067430453
Binary1101111110100111100101110000110111100011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,114); }

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

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

 a { background-color: rgb(111,105,114); }

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

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

 span { border-color: rgb(111,105,114); }

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