Shades of Crocodile #6F6850
Tints of Crocodile #6F6850
RGB
CMYK
RGB Variations
Color information
#6F6850 (or 0x6F6850) is known color: Crocodile. HEX triplet: 6F, 68 and 50. RGB value is (111,104,80). Sum of RGB (Red+Green+Blue) = 111+104+80=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6850 is #9097AF. Grayscale: #676767. Windows color (decimal): -9476016 or 5269615. OLE color: 5269615.
HSL color Cylindrical-coordinate representation of color #6F6850: hue angle of 46.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6850 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 80 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.56 |
| HSL | 46.45º | 0.16% | 0.37% | - |
| HSV(B) | 46.45º | 0.28% | 0.44% | - |
| XYZ | 12.95 | 13.86 | 9.58 | - |
| YUV | 103.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 80 | 0 | 0.06 | 0.28 | 0.56 | 46.45 | 0.16 | 0.37 |
| Hex | 6F | 68 | 50 | 0 | 6 | 1C | 38 | 2E | 10 | 25 |
| Octal | 157 | 150 | 120 | 0 | 6 | 34 | 70 | 56 | 20 | 45 |
| Binary | 1101111 | 1101000 | 1010000 | 0 | 110 | 11100 | 111000 | 101110 | 10000 | 100101 |
Color Harmonies of #6F6850
Complementary color
Monochromatic Colors of #6F6850
Black with #6F6850
Text Example
Text Example
White with #6F6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6850; }
p { color: rgb(111,104,80); }
H1.HeaderClassName
{
color: #6F6850;
}
.AnyTagClassName
{
color: #6F6850;
}
</style>
background-color css
<style>
a { background-color: #6F6850; }
a { background-color: rgb(111,104,80); }
div.DivClassName
{
background-color: #6F6850;
}
.BgClassName
{
background-color: #6F6850;
}
</style>
border-color css
<style>
span { border-color: #6F6850; }
span { border-color: rgb(111,104,80); }
td.TdClassName
{
border-color: #6F6850;
}
.TagClassName
{
border-color: #6F6850;
}
</style>