#6B6861

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

Shades of Ironside Grey #6B6861

Tints of Ironside Grey #6B6861

Color information

#6B6861 (or 0x6B6861) is unknown color: approx Ironside Grey. HEX triplet: 6B, 68 and 61. RGB value is (107,104,97). Sum of RGB (Red+Green+Blue) = 107+104+97=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6861 is #94979E. Grayscale: #686868. Windows color (decimal): -9738143 or 6383723. OLE color: 6383723.

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

Color convert

RGB10710497-
CMYK00.030.090.58
HSL42º4.9%40%-
HSV(B)42º9.35%41.96%-
XYZ13.1713.8913.3-
YUV104.1123.99130.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=34.74%
G=33.77%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071049700.030.090.58424.940
Hex6B68610393A2a528
Octal15315014103117252550
Binary1101011110100011000010111001111010101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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