#6A636D

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

Shades of Rum #6A636D

Tints of Rum #6A636D

Color information

#6A636D (or 0x6A636D) is unknown color: approx Rum. HEX triplet: 6A, 63 and 6D. RGB value is (106,99,109). Sum of RGB (Red+Green+Blue) = 106+99+109=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A636D is #959C92. Grayscale: #666666. Windows color (decimal): -9804947 or 7168874. OLE color: 7168874.

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

Color convert

RGB10699109-
CMYK0.030.0900.57
HSL282º4.81%40.78%-
HSV(B)282º9.17%42.75%-
XYZ13.1713.0916.3-
YUV102.23131.82130.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=33.76%
G=31.53%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106991090.030.0900.572824.8140.78
Hex6A636D3903911a529
Octal152143155311071432551
Binary1101010110001111011011110010111001100011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,109); }

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

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

 a { background-color: rgb(106,99,109); }

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

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

 span { border-color: rgb(106,99,109); }

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