Shades of Sirocco #676D69
Tints of Sirocco #676D69
RGB
CMYK
RGB Variations
Color information
#676D69 (or 0x676D69) is known color: Sirocco. HEX triplet: 67, 6D and 69. RGB value is (103,109,105). Sum of RGB (Red+Green+Blue) = 103+109+105=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #676D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D69 is #989296. Grayscale: #6A6A6A. Windows color (decimal): -9998999 or 6909287. OLE color: 6909287.
HSL color Cylindrical-coordinate representation of color #676D69: hue angle of 140º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676D69 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 109 | 105 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.57 |
| HSL | 140º | 0.03% | 0.42% | - |
| HSV(B) | 140º | 0.06% | 0.43% | - |
| XYZ | 13.61 | 14.84 | 15.51 | - |
| YUV | 106.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 105 | 0.06 | 0 | 0.04 | 0.57 | 140 | 0.03 | 0.42 |
| Hex | 67 | 6D | 69 | 6 | 0 | 4 | 39 | 8C | 3 | 2A |
| Octal | 147 | 155 | 151 | 6 | 0 | 4 | 71 | 214 | 3 | 52 |
| Binary | 1100111 | 1101101 | 1101001 | 110 | 0 | 100 | 111001 | 10001100 | 11 | 101010 |
Color Harmonies of #676D69
Complementary color
Monochromatic Colors of #676D69
Black with #676D69
Text Example
Text Example
White with #676D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D69; }
p { color: rgb(103,109,105); }
H1.HeaderClassName
{
color: #676D69;
}
.AnyTagClassName
{
color: #676D69;
}
</style>
background-color css
<style>
a { background-color: #676D69; }
a { background-color: rgb(103,109,105); }
div.DivClassName
{
background-color: #676D69;
}
.BgClassName
{
background-color: #676D69;
}
</style>
border-color css
<style>
span { border-color: #676D69; }
span { border-color: rgb(103,109,105); }
td.TdClassName
{
border-color: #676D69;
}
.TagClassName
{
border-color: #676D69;
}
</style>