Shades of Crete #706B3A
Tints of Crete #706B3A
RGB
CMYK
RGB Variations
Color information
#706B3A (or 0x706B3A) is known color: Crete. HEX triplet: 70, 6B and 3A. RGB value is (112,107,58). Sum of RGB (Red+Green+Blue) = 112+107+58=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #706B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B3A is #8F94C5. Grayscale: #676767. Windows color (decimal): -9409734 or 3828592. OLE color: 3828592.
HSL color Cylindrical-coordinate representation of color #706B3A: hue angle of 54.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #706B3A is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 58 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.56 |
| HSL | 54.44º | 0.32% | 0.33% | - |
| HSV(B) | 54.44º | 0.48% | 0.44% | - |
| XYZ | 12.7 | 14.27 | 6.09 | - |
| YUV | 102.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 58 | 0 | 0.04 | 0.48 | 0.56 | 54.44 | 0.32 | 0.33 |
| Hex | 70 | 6B | 3A | 0 | 4 | 30 | 38 | 36 | 20 | 21 |
| Octal | 160 | 153 | 72 | 0 | 4 | 60 | 70 | 66 | 40 | 41 |
| Binary | 1110000 | 1101011 | 111010 | 0 | 100 | 110000 | 111000 | 110110 | 100000 | 100001 |
Color Harmonies of #706B3A
Complementary color
Monochromatic Colors of #706B3A
Black with #706B3A
Text Example
Text Example
White with #706B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B3A; }
p { color: rgb(112,107,58); }
H1.HeaderClassName
{
color: #706B3A;
}
.AnyTagClassName
{
color: #706B3A;
}
</style>
background-color css
<style>
a { background-color: #706B3A; }
a { background-color: rgb(112,107,58); }
div.DivClassName
{
background-color: #706B3A;
}
.BgClassName
{
background-color: #706B3A;
}
</style>
border-color css
<style>
span { border-color: #706B3A; }
span { border-color: rgb(112,107,58); }
td.TdClassName
{
border-color: #706B3A;
}
.TagClassName
{
border-color: #706B3A;
}
</style>