#6C666E

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

Shades of Rum #6C666E

Tints of Rum #6C666E

Color information

#6C666E (or 0x6C666E) is unknown color: approx Rum. HEX triplet: 6C, 66 and 6E. RGB value is (108,102,110). Sum of RGB (Red+Green+Blue) = 108+102+110=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C666E is #939991. Grayscale: #686868. Windows color (decimal): -9673106 or 7235180. OLE color: 7235180.

HSL color Cylindrical-coordinate representation of color #6C666E: hue angle of 285º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6C666E is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB108102110-
CMYK0.020.0700.57
HSL285º3.77%41.57%-
HSV(B)285º7.27%43.14%-
XYZ13.7513.8216.69-
YUV104.71130.99130.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=33.75%
G=31.88%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081021100.020.0700.572853.7741.57
Hex6C666E2703911d42a
Octal15414615627071435452
Binary110110011001101101110101110111001100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,110); }

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

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

 a { background-color: rgb(108,102,110); }

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

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

 span { border-color: rgb(108,102,110); }

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