Shades of Sirocco #667368
Tints of Sirocco #667368
RGB
CMYK
RGB Variations
Color information
#667368 (or 0x667368) is known color: Sirocco. HEX triplet: 66, 73 and 68. RGB value is (102,115,104). Sum of RGB (Red+Green+Blue) = 102+115+104=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #667368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667368 is #998C97. Grayscale: #6D6D6D. Windows color (decimal): -10063000 or 6845286. OLE color: 6845286.
HSL color Cylindrical-coordinate representation of color #667368: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #667368 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 104 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.55 |
| HSL | 129.23º | 0.06% | 0.43% | - |
| HSV(B) | 129.23º | 0.11% | 0.45% | - |
| XYZ | 14.11 | 16.09 | 15.46 | - |
| YUV | 109.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 104 | 0.11 | 0 | 0.10 | 0.55 | 129.23 | 0.06 | 0.43 |
| Hex | 66 | 73 | 68 | B | 0 | A | 37 | 81 | 6 | 2B |
| Octal | 146 | 163 | 150 | 13 | 0 | 12 | 67 | 201 | 6 | 53 |
| Binary | 1100110 | 1110011 | 1101000 | 1011 | 0 | 1010 | 110111 | 10000001 | 110 | 101011 |
Color Harmonies of #667368
Complementary color
Monochromatic Colors of #667368
Black with #667368
Text Example
Text Example
White with #667368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667368; }
p { color: rgb(102,115,104); }
H1.HeaderClassName
{
color: #667368;
}
.AnyTagClassName
{
color: #667368;
}
</style>
background-color css
<style>
a { background-color: #667368; }
a { background-color: rgb(102,115,104); }
div.DivClassName
{
background-color: #667368;
}
.BgClassName
{
background-color: #667368;
}
</style>
border-color css
<style>
span { border-color: #667368; }
span { border-color: rgb(102,115,104); }
td.TdClassName
{
border-color: #667368;
}
.TagClassName
{
border-color: #667368;
}
</style>