Shades of Sirocco #65706B
Tints of Sirocco #65706B
RGB
CMYK
RGB Variations
Color information
#65706B (or 0x65706B) is known color: Sirocco. HEX triplet: 65, 70 and 6B. RGB value is (101,112,107). Sum of RGB (Red+Green+Blue) = 101+112+107=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #65706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65706B is #9A8F94. Grayscale: #6C6C6C. Windows color (decimal): -10129301 or 7041125. OLE color: 7041125.
HSL color Cylindrical-coordinate representation of color #65706B: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65706B is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 107 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.56 |
| HSL | 152.73º | 0.05% | 0.42% | - |
| HSV(B) | 152.73º | 0.1% | 0.44% | - |
| XYZ | 13.81 | 15.42 | 16.16 | - |
| YUV | 108.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 107 | 0.10 | 0 | 0.04 | 0.56 | 152.73 | 0.05 | 0.42 |
| Hex | 65 | 70 | 6B | A | 0 | 4 | 38 | 99 | 5 | 2A |
| Octal | 145 | 160 | 153 | 12 | 0 | 4 | 70 | 231 | 5 | 52 |
| Binary | 1100101 | 1110000 | 1101011 | 1010 | 0 | 100 | 111000 | 10011001 | 101 | 101010 |
Color Harmonies of #65706B
Complementary color
Monochromatic Colors of #65706B
Black with #65706B
Text Example
Text Example
White with #65706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65706B; }
p { color: rgb(101,112,107); }
H1.HeaderClassName
{
color: #65706B;
}
.AnyTagClassName
{
color: #65706B;
}
</style>
background-color css
<style>
a { background-color: #65706B; }
a { background-color: rgb(101,112,107); }
div.DivClassName
{
background-color: #65706B;
}
.BgClassName
{
background-color: #65706B;
}
</style>
border-color css
<style>
span { border-color: #65706B; }
span { border-color: rgb(101,112,107); }
td.TdClassName
{
border-color: #65706B;
}
.TagClassName
{
border-color: #65706B;
}
</style>