Shades of Sirocco #668374
Tints of Sirocco #668374
RGB
CMYK
RGB Variations
Color information
#668374 (or 0x668374) is known color: Sirocco. HEX triplet: 66, 83 and 74. RGB value is (102,131,116). Sum of RGB (Red+Green+Blue) = 102+131+116=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #668374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668374 is #997C8B. Grayscale: #787878. Windows color (decimal): -10058892 or 7635814. OLE color: 7635814.
HSL color Cylindrical-coordinate representation of color #668374: hue angle of 148.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668374 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 116 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.49 |
| HSL | 148.97º | 0.12% | 0.46% | - |
| HSV(B) | 148.97º | 0.22% | 0.51% | - |
| XYZ | 16.75 | 20.32 | 19.56 | - |
| YUV | 120.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 116 | 0.22 | 0 | 0.11 | 0.49 | 148.97 | 0.12 | 0.46 |
| Hex | 66 | 83 | 74 | 16 | 0 | B | 31 | 95 | C | 2E |
| Octal | 146 | 203 | 164 | 26 | 0 | 13 | 61 | 225 | 14 | 56 |
| Binary | 1100110 | 10000011 | 1110100 | 10110 | 0 | 1011 | 110001 | 10010101 | 1100 | 101110 |
Color Harmonies of #668374
Complementary color
Monochromatic Colors of #668374
Black with #668374
Text Example
Text Example
White with #668374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668374; }
p { color: rgb(102,131,116); }
H1.HeaderClassName
{
color: #668374;
}
.AnyTagClassName
{
color: #668374;
}
</style>
background-color css
<style>
a { background-color: #668374; }
a { background-color: rgb(102,131,116); }
div.DivClassName
{
background-color: #668374;
}
.BgClassName
{
background-color: #668374;
}
</style>
border-color css
<style>
span { border-color: #668374; }
span { border-color: rgb(102,131,116); }
td.TdClassName
{
border-color: #668374;
}
.TagClassName
{
border-color: #668374;
}
</style>