Shades of Crete #706B39
Tints of Crete #706B39
RGB
CMYK
RGB Variations
Color information
#706B39 (or 0x706B39) is known color: Crete. HEX triplet: 70, 6B and 39. RGB value is (112,107,57). Sum of RGB (Red+Green+Blue) = 112+107+57=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B39 is #8F94C6. Grayscale: #666666. Windows color (decimal): -9409735 or 3763056. OLE color: 3763056.
HSL color Cylindrical-coordinate representation of color #706B39: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #706B39 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 57 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.56 |
| HSL | 54.55º | 0.33% | 0.33% | - |
| HSV(B) | 54.55º | 0.49% | 0.44% | - |
| XYZ | 12.68 | 14.26 | 5.95 | - |
| YUV | 102.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 57 | 0 | 0.04 | 0.49 | 0.56 | 54.55 | 0.33 | 0.33 |
| Hex | 70 | 6B | 39 | 0 | 4 | 31 | 38 | 37 | 21 | 21 |
| Octal | 160 | 153 | 71 | 0 | 4 | 61 | 70 | 67 | 41 | 41 |
| Binary | 1110000 | 1101011 | 111001 | 0 | 100 | 110001 | 111000 | 110111 | 100001 | 100001 |
Color Harmonies of #706B39
Complementary color
Monochromatic Colors of #706B39
Black with #706B39
Text Example
Text Example
White with #706B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B39; }
p { color: rgb(112,107,57); }
H1.HeaderClassName
{
color: #706B39;
}
.AnyTagClassName
{
color: #706B39;
}
</style>
background-color css
<style>
a { background-color: #706B39; }
a { background-color: rgb(112,107,57); }
div.DivClassName
{
background-color: #706B39;
}
.BgClassName
{
background-color: #706B39;
}
</style>
border-color css
<style>
span { border-color: #706B39; }
span { border-color: rgb(112,107,57); }
td.TdClassName
{
border-color: #706B39;
}
.TagClassName
{
border-color: #706B39;
}
</style>