Shades of Crete #706E36
Tints of Crete #706E36
RGB
CMYK
RGB Variations
Color information
#706E36 (or 0x706E36) is known color: Crete. HEX triplet: 70, 6E and 36. RGB value is (112,110,54). Sum of RGB (Red+Green+Blue) = 112+110+54=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E36 is #8F91C9. Grayscale: #686868. Windows color (decimal): -9408970 or 3567216. OLE color: 3567216.
HSL color Cylindrical-coordinate representation of color #706E36: hue angle of 57.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706E36 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 54 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.56 |
| HSL | 57.93º | 0.35% | 0.33% | - |
| HSV(B) | 57.93º | 0.52% | 0.44% | - |
| XYZ | 12.92 | 14.86 | 5.68 | - |
| YUV | 104.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 54 | 0 | 0.02 | 0.52 | 0.56 | 57.93 | 0.35 | 0.33 |
| Hex | 70 | 6E | 36 | 0 | 2 | 34 | 38 | 3A | 23 | 21 |
| Octal | 160 | 156 | 66 | 0 | 2 | 64 | 70 | 72 | 43 | 41 |
| Binary | 1110000 | 1101110 | 110110 | 0 | 10 | 110100 | 111000 | 111010 | 100011 | 100001 |
Color Harmonies of #706E36
Complementary color
Monochromatic Colors of #706E36
Black with #706E36
Text Example
Text Example
White with #706E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E36; }
p { color: rgb(112,110,54); }
H1.HeaderClassName
{
color: #706E36;
}
.AnyTagClassName
{
color: #706E36;
}
</style>
background-color css
<style>
a { background-color: #706E36; }
a { background-color: rgb(112,110,54); }
div.DivClassName
{
background-color: #706E36;
}
.BgClassName
{
background-color: #706E36;
}
</style>
border-color css
<style>
span { border-color: #706E36; }
span { border-color: rgb(112,110,54); }
td.TdClassName
{
border-color: #706E36;
}
.TagClassName
{
border-color: #706E36;
}
</style>