#6A646B

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

Shades of Rum #6A646B

Tints of Rum #6A646B

Color information

#6A646B (or 0x6A646B) is unknown color: approx Rum. HEX triplet: 6A, 64 and 6B. RGB value is (106,100,107). Sum of RGB (Red+Green+Blue) = 106+100+107=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A646B is #959B94. Grayscale: #666666. Windows color (decimal): -9804693 or 7038058. OLE color: 7038058.

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

Color convert

RGB106100107-
CMYK0.010.0700.58
HSL291.43º3.38%40.59%-
HSV(B)291.43º6.54%41.96%-
XYZ13.1513.2415.77-
YUV102.59130.49130.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 100 (39.45% from 255) = 31.95%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=33.87%
G=31.95%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061001070.010.0700.58291.433.3840.59
Hex6A646B1703A123329
Octal15214415317072443351
Binary1101010110010011010111111011101010010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,107); }

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

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

 a { background-color: rgb(106,100,107); }

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

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

 span { border-color: rgb(106,100,107); }

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