Shades of Sirocco #657369
Tints of Sirocco #657369
RGB
CMYK
RGB Variations
Color information
#657369 (or 0x657369) is known color: Sirocco. HEX triplet: 65, 73 and 69. RGB value is (101,115,105). Sum of RGB (Red+Green+Blue) = 101+115+105=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #657369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657369 is #9A8C96. Grayscale: #6D6D6D. Windows color (decimal): -10128535 or 6910821. OLE color: 6910821.
HSL color Cylindrical-coordinate representation of color #657369: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #657369 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 105 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.55 |
| HSL | 137.14º | 0.06% | 0.42% | - |
| HSV(B) | 137.14º | 0.12% | 0.45% | - |
| XYZ | 14.05 | 16.05 | 15.72 | - |
| YUV | 109.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 105 | 0.12 | 0 | 0.09 | 0.55 | 137.14 | 0.06 | 0.42 |
| Hex | 65 | 73 | 69 | C | 0 | 9 | 37 | 89 | 6 | 2A |
| Octal | 145 | 163 | 151 | 14 | 0 | 11 | 67 | 211 | 6 | 52 |
| Binary | 1100101 | 1110011 | 1101001 | 1100 | 0 | 1001 | 110111 | 10001001 | 110 | 101010 |
Color Harmonies of #657369
Complementary color
Monochromatic Colors of #657369
Black with #657369
Text Example
Text Example
White with #657369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657369; }
p { color: rgb(101,115,105); }
H1.HeaderClassName
{
color: #657369;
}
.AnyTagClassName
{
color: #657369;
}
</style>
background-color css
<style>
a { background-color: #657369; }
a { background-color: rgb(101,115,105); }
div.DivClassName
{
background-color: #657369;
}
.BgClassName
{
background-color: #657369;
}
</style>
border-color css
<style>
span { border-color: #657369; }
span { border-color: rgb(101,115,105); }
td.TdClassName
{
border-color: #657369;
}
.TagClassName
{
border-color: #657369;
}
</style>