Shades of Crete #6F713A
Tints of Crete #6F713A
RGB
CMYK
RGB Variations
Color information
#6F713A (or 0x6F713A) is known color: Crete. HEX triplet: 6F, 71 and 3A. RGB value is (111,113,58). Sum of RGB (Red+Green+Blue) = 111+113+58=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #6F713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F713A is #908EC5. Grayscale: #6A6A6A. Windows color (decimal): -9473734 or 3830127. OLE color: 3830127.
HSL color Cylindrical-coordinate representation of color #6F713A: hue angle of 62.18º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F713A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 58 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.56 |
| HSL | 62.18º | 0.32% | 0.34% | - |
| HSV(B) | 62.18º | 0.49% | 0.44% | - |
| XYZ | 13.22 | 15.5 | 6.3 | - |
| YUV | 106.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 58 | 0.02 | 0 | 0.49 | 0.56 | 62.18 | 0.32 | 0.34 |
| Hex | 6F | 71 | 3A | 2 | 0 | 31 | 38 | 3E | 20 | 22 |
| Octal | 157 | 161 | 72 | 2 | 0 | 61 | 70 | 76 | 40 | 42 |
| Binary | 1101111 | 1110001 | 111010 | 10 | 0 | 110001 | 111000 | 111110 | 100000 | 100010 |
Color Harmonies of #6F713A
Complementary color
Monochromatic Colors of #6F713A
Black with #6F713A
Text Example
Text Example
White with #6F713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F713A; }
p { color: rgb(111,113,58); }
H1.HeaderClassName
{
color: #6F713A;
}
.AnyTagClassName
{
color: #6F713A;
}
</style>
background-color css
<style>
a { background-color: #6F713A; }
a { background-color: rgb(111,113,58); }
div.DivClassName
{
background-color: #6F713A;
}
.BgClassName
{
background-color: #6F713A;
}
</style>
border-color css
<style>
span { border-color: #6F713A; }
span { border-color: rgb(111,113,58); }
td.TdClassName
{
border-color: #6F713A;
}
.TagClassName
{
border-color: #6F713A;
}
</style>