#6A666B

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

Shades of Rum #6A666B

Tints of Rum #6A666B

Color information

#6A666B (or 0x6A666B) is unknown color: approx Rum. HEX triplet: 6A, 66 and 6B. RGB value is (106,102,107). Sum of RGB (Red+Green+Blue) = 106+102+107=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A666B is #959994. Grayscale: #676767. Windows color (decimal): -9804181 or 7038570. OLE color: 7038570.

HSL color Cylindrical-coordinate representation of color #6A666B: 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 #6A666B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB106102107-
CMYK0.010.0500.58
HSL288º2.39%40.98%-
HSV(B)288º4.67%41.96%-
XYZ13.3513.6315.84-
YUV103.77129.83129.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=33.65%
G=32.38%
B=33.97%

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
Decimal1061021070.010.0500.582882.3940.98
Hex6A666B1503A120229
Octal15214615315072440251
Binary1101010110011011010111101011101010010000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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