#6B6862

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

Shades of Ironside Grey #6B6862

Tints of Ironside Grey #6B6862

Color information

#6B6862 (or 0x6B6862) is unknown color: approx Ironside Grey. HEX triplet: 6B, 68 and 62. RGB value is (107,104,98). Sum of RGB (Red+Green+Blue) = 107+104+98=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6862 is #94979D. Grayscale: #686868. Windows color (decimal): -9738142 or 6449259. OLE color: 6449259.

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

Color convert

RGB10710498-
CMYK00.030.080.58
HSL40º4.39%40.2%-
HSV(B)40º8.41%41.96%-
XYZ13.2213.9113.54-
YUV104.21124.49129.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=34.63%
G=33.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071049800.030.080.58404.3940.2
Hex6B68620383A28428
Octal15315014203107250450
Binary1101011110100011000100111000111010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,98); }

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

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

 a { background-color: rgb(107,104,98); }

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

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

 span { border-color: rgb(107,104,98); }

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