Shades of Shuttle Grey #656667
Tints of Shuttle Grey #656667
RGB
CMYK
RGB Variations
Color information
#656667 (or 0x656667) is known color: Shuttle Grey. HEX triplet: 65, 66 and 67. RGB value is (101,102,103). Sum of RGB (Red+Green+Blue) = 101+102+103=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 103 - color contains mainly: blue. Hex color #656667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656667 is #9A9998. Grayscale: #656565. Windows color (decimal): -10131865 or 6776421. OLE color: 6776421.
HSL color Cylindrical-coordinate representation of color #656667: hue angle of 210º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #656667 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
RGB | 101 | 102 | 103 | - |
CMYK | 0.02 | 0.01 | 0 | 0.60 |
HSL | 210º | 0.01% | 0.4% | - |
HSV(B) | 210º | 0.02% | 0.4% | - |
XYZ | 12.57 | 13.25 | 14.73 | - |
YUV | 101.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 102 | 103 | 0.02 | 0.01 | 0 | 0.60 | 210 | 0.01 | 0.4 |
Hex | 65 | 66 | 67 | 2 | 1 | 0 | 3C | D2 | 1 | 28 |
Octal | 145 | 146 | 147 | 2 | 1 | 0 | 74 | 322 | 1 | 50 |
Binary | 1100101 | 1100110 | 1100111 | 10 | 1 | 0 | 111100 | 11010010 | 1 | 101000 |
Color Harmonies of #656667
Complementary color
Monochromatic Colors of #656667
Black with #656667
Text Example
Text Example
White with #656667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656667; }
p { color: rgb(101,102,103); }
H1.HeaderClassName
{
color: #656667;
}
.AnyTagClassName
{
color: #656667;
}
</style>
background-color css
<style>
a { background-color: #656667; }
a { background-color: rgb(101,102,103); }
div.DivClassName
{
background-color: #656667;
}
.BgClassName
{
background-color: #656667;
}
</style>
border-color css
<style>
span { border-color: #656667; }
span { border-color: rgb(101,102,103); }
td.TdClassName
{
border-color: #656667;
}
.TagClassName
{
border-color: #656667;
}
</style>