#6A636B

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

Shades of Rum #6A636B

Tints of Rum #6A636B

Color information

#6A636B (or 0x6A636B) is unknown color: approx Rum. HEX triplet: 6A, 63 and 6B. RGB value is (106,99,107). Sum of RGB (Red+Green+Blue) = 106+99+107=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A636B is #959C94. Grayscale: #656565. Windows color (decimal): -9804949 or 7037802. OLE color: 7037802.

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

Color convert

RGB10699107-
CMYK0.010.0700.58
HSL292.5º3.88%40.39%-
HSV(B)292.5º7.48%41.96%-
XYZ13.0613.0515.74-
YUV102130.82130.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 99 (39.06% from 255) = 31.73%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=33.97%
G=31.73%
B=34.29%

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
Decimal106991070.010.0700.58292.53.8840.39
Hex6A636B1703A124428
Octal15214315317072444450
Binary11010101100011110101111110111010100100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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