Shades of Crete #6F6E35
Tints of Crete #6F6E35
RGB
CMYK
RGB Variations
Color information
#6F6E35 (or 0x6F6E35) is known color: Crete. HEX triplet: 6F, 6E and 35. RGB value is (111,110,53). Sum of RGB (Red+Green+Blue) = 111+110+53=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6E35 is #9091CA. Grayscale: #686868. Windows color (decimal): -9474507 or 3501679. OLE color: 3501679.
HSL color Cylindrical-coordinate representation of color #6F6E35: hue angle of 58.97º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F6E35 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 53 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.56 |
| HSL | 58.97º | 0.35% | 0.32% | - |
| HSV(B) | 58.97º | 0.52% | 0.44% | - |
| XYZ | 12.77 | 14.79 | 5.55 | - |
| YUV | 103.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 53 | 0 | 0.01 | 0.52 | 0.56 | 58.97 | 0.35 | 0.32 |
| Hex | 6F | 6E | 35 | 0 | 1 | 34 | 38 | 3B | 23 | 20 |
| Octal | 157 | 156 | 65 | 0 | 1 | 64 | 70 | 73 | 43 | 40 |
| Binary | 1101111 | 1101110 | 110101 | 0 | 1 | 110100 | 111000 | 111011 | 100011 | 100000 |
Color Harmonies of #6F6E35
Complementary color
Monochromatic Colors of #6F6E35
Black with #6F6E35
Text Example
Text Example
White with #6F6E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E35; }
p { color: rgb(111,110,53); }
H1.HeaderClassName
{
color: #6F6E35;
}
.AnyTagClassName
{
color: #6F6E35;
}
</style>
background-color css
<style>
a { background-color: #6F6E35; }
a { background-color: rgb(111,110,53); }
div.DivClassName
{
background-color: #6F6E35;
}
.BgClassName
{
background-color: #6F6E35;
}
</style>
border-color css
<style>
span { border-color: #6F6E35; }
span { border-color: rgb(111,110,53); }
td.TdClassName
{
border-color: #6F6E35;
}
.TagClassName
{
border-color: #6F6E35;
}
</style>