Shades of Sirocco #608369
Tints of Sirocco #608369
RGB
CMYK
RGB Variations
Color information
#608369 (or 0x608369) is known color: Sirocco. HEX triplet: 60, 83 and 69. RGB value is (96,131,105). Sum of RGB (Red+Green+Blue) = 96+131+105=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #608369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608369 is #9F7C96. Grayscale: #757575. Windows color (decimal): -10452119 or 6914912. OLE color: 6914912.
HSL color Cylindrical-coordinate representation of color #608369: hue angle of 135.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608369 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 105 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.49 |
| HSL | 135.43º | 0.15% | 0.45% | - |
| HSV(B) | 135.43º | 0.27% | 0.51% | - |
| XYZ | 15.49 | 19.74 | 16.36 | - |
| YUV | 117.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 105 | 0.27 | 0 | 0.20 | 0.49 | 135.43 | 0.15 | 0.45 |
| Hex | 60 | 83 | 69 | 1B | 0 | 14 | 31 | 87 | F | 2D |
| Octal | 140 | 203 | 151 | 33 | 0 | 24 | 61 | 207 | 17 | 55 |
| Binary | 1100000 | 10000011 | 1101001 | 11011 | 0 | 10100 | 110001 | 10000111 | 1111 | 101101 |
Color Harmonies of #608369
Complementary color
Monochromatic Colors of #608369
Black with #608369
Text Example
Text Example
White with #608369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608369; }
p { color: rgb(96,131,105); }
H1.HeaderClassName
{
color: #608369;
}
.AnyTagClassName
{
color: #608369;
}
</style>
background-color css
<style>
a { background-color: #608369; }
a { background-color: rgb(96,131,105); }
div.DivClassName
{
background-color: #608369;
}
.BgClassName
{
background-color: #608369;
}
</style>
border-color css
<style>
span { border-color: #608369; }
span { border-color: rgb(96,131,105); }
td.TdClassName
{
border-color: #608369;
}
.TagClassName
{
border-color: #608369;
}
</style>