Shades of Crete #706C31
Tints of Crete #706C31
RGB
CMYK
RGB Variations
Color information
#706C31 (or 0x706C31) is known color: Crete. HEX triplet: 70, 6C and 31. RGB value is (112,108,49). Sum of RGB (Red+Green+Blue) = 112+108+49=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C31 is #8F93CE. Grayscale: #666666. Windows color (decimal): -9409487 or 3239024. OLE color: 3239024.
HSL color Cylindrical-coordinate representation of color #706C31: hue angle of 56.19º 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 #706C31 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 49 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.56 |
| HSL | 56.19º | 0.39% | 0.32% | - |
| HSV(B) | 56.19º | 0.56% | 0.44% | - |
| XYZ | 12.6 | 14.39 | 5.02 | - |
| YUV | 102.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 49 | 0 | 0.04 | 0.56 | 0.56 | 56.19 | 0.39 | 0.32 |
| Hex | 70 | 6C | 31 | 0 | 4 | 38 | 38 | 38 | 27 | 20 |
| Octal | 160 | 154 | 61 | 0 | 4 | 70 | 70 | 70 | 47 | 40 |
| Binary | 1110000 | 1101100 | 110001 | 0 | 100 | 111000 | 111000 | 111000 | 100111 | 100000 |
Color Harmonies of #706C31
Complementary color
Monochromatic Colors of #706C31
Black with #706C31
Text Example
Text Example
White with #706C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C31; }
p { color: rgb(112,108,49); }
H1.HeaderClassName
{
color: #706C31;
}
.AnyTagClassName
{
color: #706C31;
}
</style>
background-color css
<style>
a { background-color: #706C31; }
a { background-color: rgb(112,108,49); }
div.DivClassName
{
background-color: #706C31;
}
.BgClassName
{
background-color: #706C31;
}
</style>
border-color css
<style>
span { border-color: #706C31; }
span { border-color: rgb(112,108,49); }
td.TdClassName
{
border-color: #706C31;
}
.TagClassName
{
border-color: #706C31;
}
</style>