Shades of Sirocco #65816C
Tints of Sirocco #65816C
RGB
CMYK
RGB Variations
Color information
#65816C (or 0x65816C) is known color: Sirocco. HEX triplet: 65, 81 and 6C. RGB value is (101,129,108). Sum of RGB (Red+Green+Blue) = 101+129+108=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #65816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65816C is #9A7E93. Grayscale: #767676. Windows color (decimal): -10124948 or 7111013. OLE color: 7111013.
HSL color Cylindrical-coordinate representation of color #65816C: hue angle of 135º 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 #65816C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 108 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.49 |
| HSL | 135º | 0.12% | 0.45% | - |
| HSV(B) | 135º | 0.22% | 0.51% | - |
| XYZ | 15.92 | 19.55 | 17.12 | - |
| YUV | 118.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 108 | 0.22 | 0 | 0.16 | 0.49 | 135 | 0.12 | 0.45 |
| Hex | 65 | 81 | 6C | 16 | 0 | 10 | 31 | 87 | C | 2D |
| Octal | 145 | 201 | 154 | 26 | 0 | 20 | 61 | 207 | 14 | 55 |
| Binary | 1100101 | 10000001 | 1101100 | 10110 | 0 | 10000 | 110001 | 10000111 | 1100 | 101101 |
Color Harmonies of #65816C
Complementary color
Monochromatic Colors of #65816C
Black with #65816C
Text Example
Text Example
White with #65816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65816C; }
p { color: rgb(101,129,108); }
H1.HeaderClassName
{
color: #65816C;
}
.AnyTagClassName
{
color: #65816C;
}
</style>
background-color css
<style>
a { background-color: #65816C; }
a { background-color: rgb(101,129,108); }
div.DivClassName
{
background-color: #65816C;
}
.BgClassName
{
background-color: #65816C;
}
</style>
border-color css
<style>
span { border-color: #65816C; }
span { border-color: rgb(101,129,108); }
td.TdClassName
{
border-color: #65816C;
}
.TagClassName
{
border-color: #65816C;
}
</style>