Shades of Sirocco #647269
Tints of Sirocco #647269
RGB
CMYK
RGB Variations
Color information
#647269 (or 0x647269) is known color: Sirocco. HEX triplet: 64, 72 and 69. RGB value is (100,114,105). Sum of RGB (Red+Green+Blue) = 100+114+105=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #647269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647269 is #9B8D96. Grayscale: #6C6C6C. Windows color (decimal): -10194327 or 6910564. OLE color: 6910564.
HSL color Cylindrical-coordinate representation of color #647269: hue angle of 141.43º degrees, saturation: 0.07, 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 #647269 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 105 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.55 |
| HSL | 141.43º | 0.07% | 0.42% | - |
| HSV(B) | 141.43º | 0.12% | 0.45% | - |
| XYZ | 13.82 | 15.76 | 15.68 | - |
| YUV | 108.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 105 | 0.12 | 0 | 0.08 | 0.55 | 141.43 | 0.07 | 0.42 |
| Hex | 64 | 72 | 69 | C | 0 | 8 | 37 | 8D | 7 | 2A |
| Octal | 144 | 162 | 151 | 14 | 0 | 10 | 67 | 215 | 7 | 52 |
| Binary | 1100100 | 1110010 | 1101001 | 1100 | 0 | 1000 | 110111 | 10001101 | 111 | 101010 |
Color Harmonies of #647269
Complementary color
Monochromatic Colors of #647269
Black with #647269
Text Example
Text Example
White with #647269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647269; }
p { color: rgb(100,114,105); }
H1.HeaderClassName
{
color: #647269;
}
.AnyTagClassName
{
color: #647269;
}
</style>
background-color css
<style>
a { background-color: #647269; }
a { background-color: rgb(100,114,105); }
div.DivClassName
{
background-color: #647269;
}
.BgClassName
{
background-color: #647269;
}
</style>
border-color css
<style>
span { border-color: #647269; }
span { border-color: rgb(100,114,105); }
td.TdClassName
{
border-color: #647269;
}
.TagClassName
{
border-color: #647269;
}
</style>