Shades of Crete #706A36
Tints of Crete #706A36
RGB
CMYK
RGB Variations
Color information
#706A36 (or 0x706A36) is known color: Crete. HEX triplet: 70, 6A and 36. RGB value is (112,106,54). Sum of RGB (Red+Green+Blue) = 112+106+54=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #706A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A36 is #8F95C9. Grayscale: #666666. Windows color (decimal): -9409994 or 3566192. OLE color: 3566192.
HSL color Cylindrical-coordinate representation of color #706A36: hue angle of 53.79º 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 #706A36 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 54 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.56 |
| HSL | 53.79º | 0.35% | 0.33% | - |
| HSV(B) | 53.79º | 0.52% | 0.44% | - |
| XYZ | 12.5 | 14.02 | 5.54 | - |
| YUV | 101.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 54 | 0 | 0.05 | 0.52 | 0.56 | 53.79 | 0.35 | 0.33 |
| Hex | 70 | 6A | 36 | 0 | 5 | 34 | 38 | 36 | 23 | 21 |
| Octal | 160 | 152 | 66 | 0 | 5 | 64 | 70 | 66 | 43 | 41 |
| Binary | 1110000 | 1101010 | 110110 | 0 | 101 | 110100 | 111000 | 110110 | 100011 | 100001 |
Color Harmonies of #706A36
Complementary color
Monochromatic Colors of #706A36
Black with #706A36
Text Example
Text Example
White with #706A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A36; }
p { color: rgb(112,106,54); }
H1.HeaderClassName
{
color: #706A36;
}
.AnyTagClassName
{
color: #706A36;
}
</style>
background-color css
<style>
a { background-color: #706A36; }
a { background-color: rgb(112,106,54); }
div.DivClassName
{
background-color: #706A36;
}
.BgClassName
{
background-color: #706A36;
}
</style>
border-color css
<style>
span { border-color: #706A36; }
span { border-color: rgb(112,106,54); }
td.TdClassName
{
border-color: #706A36;
}
.TagClassName
{
border-color: #706A36;
}
</style>