Shades of Sirocco #656F67
Tints of Sirocco #656F67
RGB
CMYK
RGB Variations
Color information
#656F67 (or 0x656F67) is known color: Sirocco. HEX triplet: 65, 6F and 67. RGB value is (101,111,103). Sum of RGB (Red+Green+Blue) = 101+111+103=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #656F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F67 is #9A9098. Grayscale: #6B6B6B. Windows color (decimal): -10129561 or 6778725. OLE color: 6778725.
HSL color Cylindrical-coordinate representation of color #656F67: hue angle of 132º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656F67 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 103 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.56 |
| HSL | 132º | 0.05% | 0.42% | - |
| HSV(B) | 132º | 0.09% | 0.44% | - |
| XYZ | 13.5 | 15.11 | 15.04 | - |
| YUV | 107.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 103 | 0.09 | 0 | 0.07 | 0.56 | 132 | 0.05 | 0.42 |
| Hex | 65 | 6F | 67 | 9 | 0 | 7 | 38 | 84 | 5 | 2A |
| Octal | 145 | 157 | 147 | 11 | 0 | 7 | 70 | 204 | 5 | 52 |
| Binary | 1100101 | 1101111 | 1100111 | 1001 | 0 | 111 | 111000 | 10000100 | 101 | 101010 |
Color Harmonies of #656F67
Complementary color
Monochromatic Colors of #656F67
Black with #656F67
Text Example
Text Example
White with #656F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F67; }
p { color: rgb(101,111,103); }
H1.HeaderClassName
{
color: #656F67;
}
.AnyTagClassName
{
color: #656F67;
}
</style>
background-color css
<style>
a { background-color: #656F67; }
a { background-color: rgb(101,111,103); }
div.DivClassName
{
background-color: #656F67;
}
.BgClassName
{
background-color: #656F67;
}
</style>
border-color css
<style>
span { border-color: #656F67; }
span { border-color: rgb(101,111,103); }
td.TdClassName
{
border-color: #656F67;
}
.TagClassName
{
border-color: #656F67;
}
</style>