#6F6076

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

Shades of Rum #6F6076

Tints of Rum #6F6076

Color information

#6F6076 (or 0x6F6076) is unknown color: approx Rum. HEX triplet: 6F, 60 and 76. RGB value is (111,96,118). Sum of RGB (Red+Green+Blue) = 111+96+118=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6076 is #909F89. Grayscale: #666666. Windows color (decimal): -9478026 or 7757935. OLE color: 7757935.

HSL color Cylindrical-coordinate representation of color #6F6076: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F6076 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11196118-
CMYK0.060.1900.54
HSL280.91º10.28%41.96%-
HSV(B)280.91º18.64%46.27%-
XYZ14.0113.0518.92-
YUV102.99136.47133.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=34.15%
G=29.54%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111961180.060.1900.54280.9110.2841.96
Hex6F6076613036119a2a
Octal1571401666230664311252
Binary1101111110000011101101101001101101101000110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,118); }

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

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

 a { background-color: rgb(111,96,118); }

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

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

 span { border-color: rgb(111,96,118); }

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