#6C676E

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

Shades of Rum #6C676E

Tints of Rum #6C676E

Color information

#6C676E (or 0x6C676E) is unknown color: approx Rum. HEX triplet: 6C, 67 and 6E. RGB value is (108,103,110). Sum of RGB (Red+Green+Blue) = 108+103+110=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C676E is #939891. Grayscale: #696969. Windows color (decimal): -9672850 or 7235436. OLE color: 7235436.

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

Color convert

RGB108103110-
CMYK0.020.0600.57
HSL282.86º3.29%41.76%-
HSV(B)282.86º6.36%43.14%-
XYZ13.8514.0116.73-
YUV105.29130.66129.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=33.64%
G=32.09%
B=34.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081031100.020.0600.57282.863.2941.76
Hex6C676E2603911b32a
Octal15414715626071433352
Binary11011001100111110111010110011100110001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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