Shades of Crete #6F6E34
Tints of Crete #6F6E34
RGB
CMYK
RGB Variations
Color information
#6F6E34 (or 0x6F6E34) is known color: Crete. HEX triplet: 6F, 6E and 34. RGB value is (111,110,52). Sum of RGB (Red+Green+Blue) = 111+110+52=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E34 is #9091CB. Grayscale: #676767. Windows color (decimal): -9474508 or 3436143. OLE color: 3436143.
HSL color Cylindrical-coordinate representation of color #6F6E34: hue angle of 58.98º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F6E34 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 52 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.56 |
| HSL | 58.98º | 0.36% | 0.32% | - |
| HSV(B) | 58.98º | 0.53% | 0.44% | - |
| XYZ | 12.75 | 14.78 | 5.43 | - |
| YUV | 103.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 52 | 0 | 0.01 | 0.53 | 0.56 | 58.98 | 0.36 | 0.32 |
| Hex | 6F | 6E | 34 | 0 | 1 | 35 | 38 | 3B | 24 | 20 |
| Octal | 157 | 156 | 64 | 0 | 1 | 65 | 70 | 73 | 44 | 40 |
| Binary | 1101111 | 1101110 | 110100 | 0 | 1 | 110101 | 111000 | 111011 | 100100 | 100000 |
Color Harmonies of #6F6E34
Complementary color
Monochromatic Colors of #6F6E34
Black with #6F6E34
Text Example
Text Example
White with #6F6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E34; }
p { color: rgb(111,110,52); }
H1.HeaderClassName
{
color: #6F6E34;
}
.AnyTagClassName
{
color: #6F6E34;
}
</style>
background-color css
<style>
a { background-color: #6F6E34; }
a { background-color: rgb(111,110,52); }
div.DivClassName
{
background-color: #6F6E34;
}
.BgClassName
{
background-color: #6F6E34;
}
</style>
border-color css
<style>
span { border-color: #6F6E34; }
span { border-color: rgb(111,110,52); }
td.TdClassName
{
border-color: #6F6E34;
}
.TagClassName
{
border-color: #6F6E34;
}
</style>