#6C626D

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

Shades of Rum #6C626D

Tints of Rum #6C626D

Color information

#6C626D (or 0x6C626D) is unknown color: approx Rum. HEX triplet: 6C, 62 and 6D. RGB value is (108,98,109). Sum of RGB (Red+Green+Blue) = 108+98+109=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C626D is #939D92. Grayscale: #666666. Windows color (decimal): -9674131 or 7168620. OLE color: 7168620.

HSL color Cylindrical-coordinate representation of color #6C626D: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C626D is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10898109-
CMYK0.010.1000.57
HSL294.55º5.31%40.59%-
HSV(B)294.55º10.09%42.75%-
XYZ13.3113.0316.28-
YUV102.24131.81132.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=34.29%
G=31.11%
B=34.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108981090.010.1000.57294.555.3140.59
Hex6C626D1A039127529
Octal154142155112071447551
Binary110110011000101101101110100111001100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,109); }

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

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

 a { background-color: rgb(108,98,109); }

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

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

 span { border-color: rgb(108,98,109); }

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