#6F6572

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

Shades of Rum #6F6572

Tints of Rum #6F6572

Color information

#6F6572 (or 0x6F6572) is unknown color: approx Rum. HEX triplet: 6F, 65 and 72. RGB value is (111,101,114). Sum of RGB (Red+Green+Blue) = 111+101+114=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6572 is #909A8D. Grayscale: #696969. Windows color (decimal): -9476750 or 7497071. OLE color: 7497071.

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

Color convert

RGB111101114-
CMYK0.030.1100.55
HSL286.15º6.05%42.16%-
HSV(B)286.15º11.4%44.71%-
XYZ14.2513.917.85-
YUV105.47132.81131.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=34.05%
G=30.98%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111011140.030.1100.55286.156.0542.16
Hex6F65723B03711e62a
Octal157145162313067436652
Binary1101111110010111100101110110110111100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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