Shades of Crete #6F6A35
Tints of Crete #6F6A35
RGB
CMYK
RGB Variations
Color information
#6F6A35 (or 0x6F6A35) is known color: Crete. HEX triplet: 6F, 6A and 35. RGB value is (111,106,53). Sum of RGB (Red+Green+Blue) = 111+106+53=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6A35 is #9095CA. Grayscale: #656565. Windows color (decimal): -9475531 or 3500655. OLE color: 3500655.
HSL color Cylindrical-coordinate representation of color #6F6A35: hue angle of 54.83º 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 #6F6A35 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 53 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.56 |
| HSL | 54.83º | 0.35% | 0.32% | - |
| HSV(B) | 54.83º | 0.52% | 0.44% | - |
| XYZ | 12.35 | 13.94 | 5.41 | - |
| YUV | 101.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 53 | 0 | 0.05 | 0.52 | 0.56 | 54.83 | 0.35 | 0.32 |
| Hex | 6F | 6A | 35 | 0 | 5 | 34 | 38 | 37 | 23 | 20 |
| Octal | 157 | 152 | 65 | 0 | 5 | 64 | 70 | 67 | 43 | 40 |
| Binary | 1101111 | 1101010 | 110101 | 0 | 101 | 110100 | 111000 | 110111 | 100011 | 100000 |
Color Harmonies of #6F6A35
Complementary color
Monochromatic Colors of #6F6A35
Black with #6F6A35
Text Example
Text Example
White with #6F6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A35; }
p { color: rgb(111,106,53); }
H1.HeaderClassName
{
color: #6F6A35;
}
.AnyTagClassName
{
color: #6F6A35;
}
</style>
background-color css
<style>
a { background-color: #6F6A35; }
a { background-color: rgb(111,106,53); }
div.DivClassName
{
background-color: #6F6A35;
}
.BgClassName
{
background-color: #6F6A35;
}
</style>
border-color css
<style>
span { border-color: #6F6A35; }
span { border-color: rgb(111,106,53); }
td.TdClassName
{
border-color: #6F6A35;
}
.TagClassName
{
border-color: #6F6A35;
}
</style>