Shades of Sirocco #65816F
Tints of Sirocco #65816F
RGB
CMYK
RGB Variations
Color information
#65816F (or 0x65816F) is known color: Sirocco. HEX triplet: 65, 81 and 6F. RGB value is (101,129,111). Sum of RGB (Red+Green+Blue) = 101+129+111=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #65816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65816F is #9A7E90. Grayscale: #767676. Windows color (decimal): -10124945 or 7307621. OLE color: 7307621.
HSL color Cylindrical-coordinate representation of color #65816F: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65816F is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 111 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.49 |
| HSL | 141.43º | 0.12% | 0.45% | - |
| HSV(B) | 141.43º | 0.22% | 0.51% | - |
| XYZ | 16.09 | 19.61 | 17.98 | - |
| YUV | 118.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 111 | 0.22 | 0 | 0.14 | 0.49 | 141.43 | 0.12 | 0.45 |
| Hex | 65 | 81 | 6F | 16 | 0 | E | 31 | 8D | C | 2D |
| Octal | 145 | 201 | 157 | 26 | 0 | 16 | 61 | 215 | 14 | 55 |
| Binary | 1100101 | 10000001 | 1101111 | 10110 | 0 | 1110 | 110001 | 10001101 | 1100 | 101101 |
Color Harmonies of #65816F
Complementary color
Monochromatic Colors of #65816F
Black with #65816F
Text Example
Text Example
White with #65816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65816F; }
p { color: rgb(101,129,111); }
H1.HeaderClassName
{
color: #65816F;
}
.AnyTagClassName
{
color: #65816F;
}
</style>
background-color css
<style>
a { background-color: #65816F; }
a { background-color: rgb(101,129,111); }
div.DivClassName
{
background-color: #65816F;
}
.BgClassName
{
background-color: #65816F;
}
</style>
border-color css
<style>
span { border-color: #65816F; }
span { border-color: rgb(101,129,111); }
td.TdClassName
{
border-color: #65816F;
}
.TagClassName
{
border-color: #65816F;
}
</style>