Shades of Sirocco #63726B
Tints of Sirocco #63726B
RGB
CMYK
RGB Variations
Color information
#63726B (or 0x63726B) is known color: Sirocco. HEX triplet: 63, 72 and 6B. RGB value is (99,114,107). Sum of RGB (Red+Green+Blue) = 99+114+107=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #63726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63726B is #9C8D94. Grayscale: #6C6C6C. Windows color (decimal): -10259861 or 7041635. OLE color: 7041635.
HSL color Cylindrical-coordinate representation of color #63726B: hue angle of 152º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #63726B is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 114 | 107 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.55 |
| HSL | 152º | 0.07% | 0.42% | - |
| HSV(B) | 152º | 0.13% | 0.45% | - |
| XYZ | 13.82 | 15.75 | 16.22 | - |
| YUV | 108.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 107 | 0.13 | 0 | 0.06 | 0.55 | 152 | 0.07 | 0.42 |
| Hex | 63 | 72 | 6B | D | 0 | 6 | 37 | 98 | 7 | 2A |
| Octal | 143 | 162 | 153 | 15 | 0 | 6 | 67 | 230 | 7 | 52 |
| Binary | 1100011 | 1110010 | 1101011 | 1101 | 0 | 110 | 110111 | 10011000 | 111 | 101010 |
Color Harmonies of #63726B
Complementary color
Monochromatic Colors of #63726B
Black with #63726B
Text Example
Text Example
White with #63726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63726B; }
p { color: rgb(99,114,107); }
H1.HeaderClassName
{
color: #63726B;
}
.AnyTagClassName
{
color: #63726B;
}
</style>
background-color css
<style>
a { background-color: #63726B; }
a { background-color: rgb(99,114,107); }
div.DivClassName
{
background-color: #63726B;
}
.BgClassName
{
background-color: #63726B;
}
</style>
border-color css
<style>
span { border-color: #63726B; }
span { border-color: rgb(99,114,107); }
td.TdClassName
{
border-color: #63726B;
}
.TagClassName
{
border-color: #63726B;
}
</style>