#6F6176

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

Shades of Rum #6F6176

Tints of Rum #6F6176

Color information

#6F6176 (or 0x6F6176) is unknown color: approx Rum. HEX triplet: 6F, 61 and 76. RGB value is (111,97,118). Sum of RGB (Red+Green+Blue) = 111+97+118=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6176 is #909E89. Grayscale: #676767. Windows color (decimal): -9477770 or 7758191. OLE color: 7758191.

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

Color convert

RGB11197118-
CMYK0.060.1800.54
HSL280º9.77%42.16%-
HSV(B)280º17.8%46.27%-
XYZ14.113.2418.95-
YUV103.58136.14133.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=34.05%
G=29.75%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111971180.060.1800.542809.7742.16
Hex6F6176612036118a2a
Octal1571411666220664301252
Binary1101111110000111101101101001001101101000110001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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