Shades of Sirocco #65736A
Tints of Sirocco #65736A
RGB
CMYK
RGB Variations
Color information
#65736A (or 0x65736A) is known color: Sirocco. HEX triplet: 65, 73 and 6A. RGB value is (101,115,106). Sum of RGB (Red+Green+Blue) = 101+115+106=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #65736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65736A is #9A8C95. Grayscale: #6D6D6D. Windows color (decimal): -10128534 or 6976357. OLE color: 6976357.
HSL color Cylindrical-coordinate representation of color #65736A: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65736A is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 106 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.55 |
| HSL | 141.43º | 0.06% | 0.42% | - |
| HSV(B) | 141.43º | 0.12% | 0.45% | - |
| XYZ | 14.1 | 16.07 | 15.99 | - |
| YUV | 109.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 106 | 0.12 | 0 | 0.08 | 0.55 | 141.43 | 0.06 | 0.42 |
| Hex | 65 | 73 | 6A | C | 0 | 8 | 37 | 8D | 6 | 2A |
| Octal | 145 | 163 | 152 | 14 | 0 | 10 | 67 | 215 | 6 | 52 |
| Binary | 1100101 | 1110011 | 1101010 | 1100 | 0 | 1000 | 110111 | 10001101 | 110 | 101010 |
Color Harmonies of #65736A
Complementary color
Monochromatic Colors of #65736A
Black with #65736A
Text Example
Text Example
White with #65736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65736A; }
p { color: rgb(101,115,106); }
H1.HeaderClassName
{
color: #65736A;
}
.AnyTagClassName
{
color: #65736A;
}
</style>
background-color css
<style>
a { background-color: #65736A; }
a { background-color: rgb(101,115,106); }
div.DivClassName
{
background-color: #65736A;
}
.BgClassName
{
background-color: #65736A;
}
</style>
border-color css
<style>
span { border-color: #65736A; }
span { border-color: rgb(101,115,106); }
td.TdClassName
{
border-color: #65736A;
}
.TagClassName
{
border-color: #65736A;
}
</style>