Shades of Crete #706A32
Tints of Crete #706A32
RGB
CMYK
RGB Variations
Color information
#706A32 (or 0x706A32) is known color: Crete. HEX triplet: 70, 6A and 32. RGB value is (112,106,50). Sum of RGB (Red+Green+Blue) = 112+106+50=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A32 is #8F95CD. Grayscale: #656565. Windows color (decimal): -9409998 or 3304048. OLE color: 3304048.
HSL color Cylindrical-coordinate representation of color #706A32: hue angle of 54.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706A32 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 50 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.56 |
| HSL | 54.19º | 0.38% | 0.32% | - |
| HSV(B) | 54.19º | 0.55% | 0.44% | - |
| XYZ | 12.41 | 13.98 | 5.06 | - |
| YUV | 101.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 50 | 0 | 0.05 | 0.55 | 0.56 | 54.19 | 0.38 | 0.32 |
| Hex | 70 | 6A | 32 | 0 | 5 | 37 | 38 | 36 | 26 | 20 |
| Octal | 160 | 152 | 62 | 0 | 5 | 67 | 70 | 66 | 46 | 40 |
| Binary | 1110000 | 1101010 | 110010 | 0 | 101 | 110111 | 111000 | 110110 | 100110 | 100000 |
Color Harmonies of #706A32
Complementary color
Monochromatic Colors of #706A32
Black with #706A32
Text Example
Text Example
White with #706A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A32; }
p { color: rgb(112,106,50); }
H1.HeaderClassName
{
color: #706A32;
}
.AnyTagClassName
{
color: #706A32;
}
</style>
background-color css
<style>
a { background-color: #706A32; }
a { background-color: rgb(112,106,50); }
div.DivClassName
{
background-color: #706A32;
}
.BgClassName
{
background-color: #706A32;
}
</style>
border-color css
<style>
span { border-color: #706A32; }
span { border-color: rgb(112,106,50); }
td.TdClassName
{
border-color: #706A32;
}
.TagClassName
{
border-color: #706A32;
}
</style>