Shades of Crete #706A30
Tints of Crete #706A30
RGB
CMYK
RGB Variations
Color information
#706A30 (or 0x706A30) is known color: Crete. HEX triplet: 70, 6A and 30. RGB value is (112,106,48). Sum of RGB (Red+Green+Blue) = 112+106+48=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A30 is #8F95CF. Grayscale: #656565. Windows color (decimal): -9410000 or 3172976. OLE color: 3172976.
HSL color Cylindrical-coordinate representation of color #706A30: hue angle of 54.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706A30 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 48 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.56 |
| HSL | 54.38º | 0.4% | 0.31% | - |
| HSV(B) | 54.38º | 0.57% | 0.44% | - |
| XYZ | 12.37 | 13.97 | 4.84 | - |
| YUV | 101.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 48 | 0 | 0.05 | 0.57 | 0.56 | 54.38 | 0.4 | 0.31 |
| Hex | 70 | 6A | 30 | 0 | 5 | 39 | 38 | 36 | 28 | 1F |
| Octal | 160 | 152 | 60 | 0 | 5 | 71 | 70 | 66 | 50 | 37 |
| Binary | 1110000 | 1101010 | 110000 | 0 | 101 | 111001 | 111000 | 110110 | 101000 | 11111 |
Color Harmonies of #706A30
Complementary color
Monochromatic Colors of #706A30
Black with #706A30
Text Example
Text Example
White with #706A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A30; }
p { color: rgb(112,106,48); }
H1.HeaderClassName
{
color: #706A30;
}
.AnyTagClassName
{
color: #706A30;
}
</style>
background-color css
<style>
a { background-color: #706A30; }
a { background-color: rgb(112,106,48); }
div.DivClassName
{
background-color: #706A30;
}
.BgClassName
{
background-color: #706A30;
}
</style>
border-color css
<style>
span { border-color: #706A30; }
span { border-color: rgb(112,106,48); }
td.TdClassName
{
border-color: #706A30;
}
.TagClassName
{
border-color: #706A30;
}
</style>