#6D6A62

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

Shades of Ironside Grey #6D6A62

Tints of Ironside Grey #6D6A62

Color information

#6D6A62 (or 0x6D6A62) is unknown color: approx Ironside Grey. HEX triplet: 6D, 6A and 62. RGB value is (109,106,98). Sum of RGB (Red+Green+Blue) = 109+106+98=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A62 is #92959D. Grayscale: #6A6A6A. Windows color (decimal): -9606558 or 6449773. OLE color: 6449773.

HSL color Cylindrical-coordinate representation of color #6D6A62: hue angle of 43.64º 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 #6D6A62 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB10910698-
CMYK00.030.100.57
HSL43.64º5.31%40.59%-
HSV(B)43.64º10.09%42.75%-
XYZ13.6714.4413.62-
YUV105.98123.49130.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 98 (38.67% from 255) = 31.31%
R=34.82%
G=33.87%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091069800.030.100.5743.645.3140.59
Hex6D6A6203A392c529
Octal15515214203127154551
Binary1101101110101011000100111010111001101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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