Shades of Sirocco #636665
Tints of Sirocco #636665
RGB
CMYK
RGB Variations
Color information
#636665 (or 0x636665) is known color: Sirocco. HEX triplet: 63, 66 and 65. RGB value is (99,102,101). Sum of RGB (Red+Green+Blue) = 99+102+101=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 102 - color contains mainly: green. Hex color #636665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636665 is #9C999A. Grayscale: #646464. Windows color (decimal): -10262939 or 6645347. OLE color: 6645347.
HSL color Cylindrical-coordinate representation of color #636665: hue angle of 160º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #636665 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 101 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.6 |
| HSL | 160º | 0.01% | 0.39% | - |
| HSV(B) | 160º | 0.03% | 0.4% | - |
| XYZ | 12.25 | 13.09 | 14.19 | - |
| YUV | 100.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 101 | 0.03 | 0 | 0.01 | 0.6 | 160 | 0.01 | 0.39 |
| Hex | 63 | 66 | 65 | 3 | 0 | 1 | 3C | A0 | 1 | 27 |
| Octal | 143 | 146 | 145 | 3 | 0 | 1 | 74 | 240 | 1 | 47 |
| Binary | 1100011 | 1100110 | 1100101 | 11 | 0 | 1 | 111100 | 10100000 | 1 | 100111 |
Color Harmonies of #636665
Complementary color
Monochromatic Colors of #636665
Black with #636665
Text Example
Text Example
White with #636665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636665; }
p { color: rgb(99,102,101); }
H1.HeaderClassName
{
color: #636665;
}
.AnyTagClassName
{
color: #636665;
}
</style>
background-color css
<style>
a { background-color: #636665; }
a { background-color: rgb(99,102,101); }
div.DivClassName
{
background-color: #636665;
}
.BgClassName
{
background-color: #636665;
}
</style>
border-color css
<style>
span { border-color: #636665; }
span { border-color: rgb(99,102,101); }
td.TdClassName
{
border-color: #636665;
}
.TagClassName
{
border-color: #636665;
}
</style>