Shades of Siren #6F223C
Tints of Siren #6F223C
RGB
CMYK
RGB Variations
Color information
#6F223C (or 0x6F223C) is known color: Siren. HEX triplet: 6F, 22 and 3C. RGB value is (111,34,60). Sum of RGB (Red+Green+Blue) = 111+34+60=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F223C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F223C is #90DDC3. Grayscale: #3B3B3B. Windows color (decimal): -9493956 or 3940975. OLE color: 3940975.
HSL color Cylindrical-coordinate representation of color #6F223C: hue angle of 339.74º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F223C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 60 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.56 |
| HSL | 339.74º | 0.53% | 0.28% | - |
| HSV(B) | 339.74º | 0.69% | 0.44% | - |
| XYZ | 7.94 | 4.85 | 4.79 | - |
| YUV | 59.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 60 | 0 | 0.69 | 0.46 | 0.56 | 339.74 | 0.53 | 0.28 |
| Hex | 6F | 22 | 3C | 0 | 45 | 2E | 38 | 154 | 35 | 1C |
| Octal | 157 | 42 | 74 | 0 | 105 | 56 | 70 | 524 | 65 | 34 |
| Binary | 1101111 | 100010 | 111100 | 0 | 1000101 | 101110 | 111000 | 101010100 | 110101 | 11100 |
Color Harmonies of #6F223C
Complementary color
Monochromatic Colors of #6F223C
Black with #6F223C
Text Example
Text Example
White with #6F223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F223C; }
p { color: rgb(111,34,60); }
H1.HeaderClassName
{
color: #6F223C;
}
.AnyTagClassName
{
color: #6F223C;
}
</style>
background-color css
<style>
a { background-color: #6F223C; }
a { background-color: rgb(111,34,60); }
div.DivClassName
{
background-color: #6F223C;
}
.BgClassName
{
background-color: #6F223C;
}
</style>
border-color css
<style>
span { border-color: #6F223C; }
span { border-color: rgb(111,34,60); }
td.TdClassName
{
border-color: #6F223C;
}
.TagClassName
{
border-color: #6F223C;
}
</style>