#6B676D

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

Shades of Rum #6B676D

Tints of Rum #6B676D

Color information

#6B676D (or 0x6B676D) is unknown color: approx Rum. HEX triplet: 6B, 67 and 6D. RGB value is (107,103,109). Sum of RGB (Red+Green+Blue) = 107+103+109=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B676D is #949892. Grayscale: #686868. Windows color (decimal): -9738387 or 7169899. OLE color: 7169899.

HSL color Cylindrical-coordinate representation of color #6B676D: hue angle of 280º 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 #6B676D is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB107103109-
CMYK0.020.0600.57
HSL280º2.83%41.57%-
HSV(B)280º5.5%42.75%-
XYZ13.6713.9316.44-
YUV104.88130.33129.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.54%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=33.54%
G=32.29%
B=34.17%

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
Decimal1071031090.020.0600.572802.8341.57
Hex6B676D2603911832a
Octal15314715526071430352
Binary11010111100111110110110110011100110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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