Shades of Crete #706A31
Tints of Crete #706A31
RGB
CMYK
RGB Variations
Color information
#706A31 (or 0x706A31) is known color: Crete. HEX triplet: 70, 6A and 31. RGB value is (112,106,49). Sum of RGB (Red+Green+Blue) = 112+106+49=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A31 is #8F95CE. Grayscale: #656565. Windows color (decimal): -9409999 or 3238512. OLE color: 3238512.
HSL color Cylindrical-coordinate representation of color #706A31: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706A31 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 49 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.56 |
| HSL | 54.29º | 0.39% | 0.32% | - |
| HSV(B) | 54.29º | 0.56% | 0.44% | - |
| XYZ | 12.39 | 13.97 | 4.95 | - |
| YUV | 101.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 49 | 0 | 0.05 | 0.56 | 0.56 | 54.29 | 0.39 | 0.32 |
| Hex | 70 | 6A | 31 | 0 | 5 | 38 | 38 | 36 | 27 | 20 |
| Octal | 160 | 152 | 61 | 0 | 5 | 70 | 70 | 66 | 47 | 40 |
| Binary | 1110000 | 1101010 | 110001 | 0 | 101 | 111000 | 111000 | 110110 | 100111 | 100000 |
Color Harmonies of #706A31
Complementary color
Monochromatic Colors of #706A31
Black with #706A31
Text Example
Text Example
White with #706A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A31; }
p { color: rgb(112,106,49); }
H1.HeaderClassName
{
color: #706A31;
}
.AnyTagClassName
{
color: #706A31;
}
</style>
background-color css
<style>
a { background-color: #706A31; }
a { background-color: rgb(112,106,49); }
div.DivClassName
{
background-color: #706A31;
}
.BgClassName
{
background-color: #706A31;
}
</style>
border-color css
<style>
span { border-color: #706A31; }
span { border-color: rgb(112,106,49); }
td.TdClassName
{
border-color: #706A31;
}
.TagClassName
{
border-color: #706A31;
}
</style>