Shades of Cyprus #06413D
Tints of Cyprus #06413D
RGB
CMYK
RGB Variations
Color information
#06413D (or 0x06413D) is known color: Cyprus. HEX triplet: 06, 41 and 3D. RGB value is (6,65,61). Sum of RGB (Red+Green+Blue) = 6+65+61=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #06413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06413D is #F9BEC2. Grayscale: #2E2E2E. Windows color (decimal): -16367299 or 4014342. OLE color: 4014342.
HSL color Cylindrical-coordinate representation of color #06413D: hue angle of 175.93º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06413D is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 61 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.75 |
| HSL | 175.93º | 0.83% | 0.14% | - |
| HSV(B) | 175.93º | 0.91% | 0.25% | - |
| XYZ | 2.81 | 4.16 | 5.07 | - |
| YUV | 46.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 61 | 0.91 | 0 | 0.06 | 0.75 | 175.93 | 0.83 | 0.14 |
| Hex | 6 | 41 | 3D | 5B | 0 | 6 | 4B | B0 | 53 | E |
| Octal | 6 | 101 | 75 | 133 | 0 | 6 | 113 | 260 | 123 | 16 |
| Binary | 110 | 1000001 | 111101 | 1011011 | 0 | 110 | 1001011 | 10110000 | 1010011 | 1110 |
Color Harmonies of #06413D
Complementary color
Monochromatic Colors of #06413D
Black with #06413D
Text Example
Text Example
White with #06413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06413D; }
p { color: rgb(6,65,61); }
H1.HeaderClassName
{
color: #06413D;
}
.AnyTagClassName
{
color: #06413D;
}
</style>
background-color css
<style>
a { background-color: #06413D; }
a { background-color: rgb(6,65,61); }
div.DivClassName
{
background-color: #06413D;
}
.BgClassName
{
background-color: #06413D;
}
</style>
border-color css
<style>
span { border-color: #06413D; }
span { border-color: rgb(6,65,61); }
td.TdClassName
{
border-color: #06413D;
}
.TagClassName
{
border-color: #06413D;
}
</style>