Shades of Crete #70692F
Tints of Crete #70692F
RGB
CMYK
RGB Variations
Color information
#70692F (or 0x70692F) is known color: Crete. HEX triplet: 70, 69 and 2F. RGB value is (112,105,47). Sum of RGB (Red+Green+Blue) = 112+105+47=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #70692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70692F is #8F96D0. Grayscale: #646464. Windows color (decimal): -9410257 or 3107184. OLE color: 3107184.
HSL color Cylindrical-coordinate representation of color #70692F: hue angle of 53.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70692F is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 47 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.56 |
| HSL | 53.54º | 0.41% | 0.31% | - |
| HSV(B) | 53.54º | 0.58% | 0.44% | - |
| XYZ | 12.25 | 13.75 | 4.7 | - |
| YUV | 100.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 47 | 0 | 0.06 | 0.58 | 0.56 | 53.54 | 0.41 | 0.31 |
| Hex | 70 | 69 | 2F | 0 | 6 | 3A | 38 | 36 | 29 | 1F |
| Octal | 160 | 151 | 57 | 0 | 6 | 72 | 70 | 66 | 51 | 37 |
| Binary | 1110000 | 1101001 | 101111 | 0 | 110 | 111010 | 111000 | 110110 | 101001 | 11111 |
Color Harmonies of #70692F
Complementary color
Monochromatic Colors of #70692F
Black with #70692F
Text Example
Text Example
White with #70692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70692F; }
p { color: rgb(112,105,47); }
H1.HeaderClassName
{
color: #70692F;
}
.AnyTagClassName
{
color: #70692F;
}
</style>
background-color css
<style>
a { background-color: #70692F; }
a { background-color: rgb(112,105,47); }
div.DivClassName
{
background-color: #70692F;
}
.BgClassName
{
background-color: #70692F;
}
</style>
border-color css
<style>
span { border-color: #70692F; }
span { border-color: rgb(112,105,47); }
td.TdClassName
{
border-color: #70692F;
}
.TagClassName
{
border-color: #70692F;
}
</style>