Shades of Camarone #206533
Tints of Camarone #206533
RGB
CMYK
RGB Variations
Color information
#206533 (or 0x206533) is known color: Camarone. HEX triplet: 20, 65 and 33. RGB value is (32,101,51). Sum of RGB (Red+Green+Blue) = 32+101+51=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #206533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206533 is #DF9ACC. Grayscale: #4A4A4A. Windows color (decimal): -14654157 or 3368224. OLE color: 3368224.
HSL color Cylindrical-coordinate representation of color #206533: hue angle of 136.52º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206533 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 101 | 51 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.60 |
| HSL | 136.52º | 0.52% | 0.26% | - |
| HSV(B) | 136.52º | 0.68% | 0.4% | - |
| XYZ | 5.85 | 9.85 | 4.73 | - |
| YUV | 74.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 51 | 0.68 | 0 | 0.50 | 0.60 | 136.52 | 0.52 | 0.26 |
| Hex | 20 | 65 | 33 | 44 | 0 | 32 | 3C | 89 | 34 | 1A |
| Octal | 40 | 145 | 63 | 104 | 0 | 62 | 74 | 211 | 64 | 32 |
| Binary | 100000 | 1100101 | 110011 | 1000100 | 0 | 110010 | 111100 | 10001001 | 110100 | 11010 |
Color Harmonies of #206533
Complementary color
Monochromatic Colors of #206533
Black with #206533
Text Example
Text Example
White with #206533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206533; }
p { color: rgb(32,101,51); }
H1.HeaderClassName
{
color: #206533;
}
.AnyTagClassName
{
color: #206533;
}
</style>
background-color css
<style>
a { background-color: #206533; }
a { background-color: rgb(32,101,51); }
div.DivClassName
{
background-color: #206533;
}
.BgClassName
{
background-color: #206533;
}
</style>
border-color css
<style>
span { border-color: #206533; }
span { border-color: rgb(32,101,51); }
td.TdClassName
{
border-color: #206533;
}
.TagClassName
{
border-color: #206533;
}
</style>