#6B676C

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

Shades of Rum #6B676C

Tints of Rum #6B676C

Color information

#6B676C (or 0x6B676C) is unknown color: approx Rum. HEX triplet: 6B, 67 and 6C. RGB value is (107,103,108). Sum of RGB (Red+Green+Blue) = 107+103+108=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 108 - color contains mainly: blue. Hex color #6B676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B676C is #949893. Grayscale: #686868. Windows color (decimal): -9738388 or 7104363. OLE color: 7104363.

HSL color Cylindrical-coordinate representation of color #6B676C: hue angle of 288º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6B676C is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB107103108-
CMYK0.010.0500.58
HSL288º2.37%41.37%-
HSV(B)288º4.63%42.35%-
XYZ13.6213.9116.15-
YUV104.77129.83129.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=33.65%
G=32.39%
B=33.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071031080.010.0500.582882.3741.37
Hex6B676C1503A120229
Octal15314715415072440251
Binary1101011110011111011001101011101010010000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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