Shades of Sirocco #636F69
Tints of Sirocco #636F69
RGB
CMYK
RGB Variations
Color information
#636F69 (or 0x636F69) is known color: Sirocco. HEX triplet: 63, 6F and 69. RGB value is (99,111,105). Sum of RGB (Red+Green+Blue) = 99+111+105=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #636F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F69 is #9C9096. Grayscale: #6A6A6A. Windows color (decimal): -10260631 or 6909795. OLE color: 6909795.
HSL color Cylindrical-coordinate representation of color #636F69: hue angle of 150º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #636F69 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 105 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.56 |
| HSL | 150º | 0.06% | 0.41% | - |
| HSV(B) | 150º | 0.11% | 0.44% | - |
| XYZ | 13.38 | 15.04 | 15.56 | - |
| YUV | 106.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 105 | 0.11 | 0 | 0.05 | 0.56 | 150 | 0.06 | 0.41 |
| Hex | 63 | 6F | 69 | B | 0 | 5 | 38 | 96 | 6 | 29 |
| Octal | 143 | 157 | 151 | 13 | 0 | 5 | 70 | 226 | 6 | 51 |
| Binary | 1100011 | 1101111 | 1101001 | 1011 | 0 | 101 | 111000 | 10010110 | 110 | 101001 |
Color Harmonies of #636F69
Complementary color
Monochromatic Colors of #636F69
Black with #636F69
Text Example
Text Example
White with #636F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F69; }
p { color: rgb(99,111,105); }
H1.HeaderClassName
{
color: #636F69;
}
.AnyTagClassName
{
color: #636F69;
}
</style>
background-color css
<style>
a { background-color: #636F69; }
a { background-color: rgb(99,111,105); }
div.DivClassName
{
background-color: #636F69;
}
.BgClassName
{
background-color: #636F69;
}
</style>
border-color css
<style>
span { border-color: #636F69; }
span { border-color: rgb(99,111,105); }
td.TdClassName
{
border-color: #636F69;
}
.TagClassName
{
border-color: #636F69;
}
</style>