Shades of Crocodile #6F6A50
Tints of Crocodile #6F6A50
RGB
CMYK
RGB Variations
Color information
#6F6A50 (or 0x6F6A50) is known color: Crocodile. HEX triplet: 6F, 6A and 50. RGB value is (111,106,80). Sum of RGB (Red+Green+Blue) = 111+106+80=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A50 is #9095AF. Grayscale: #686868. Windows color (decimal): -9475504 or 5270127. OLE color: 5270127.
HSL color Cylindrical-coordinate representation of color #6F6A50: hue angle of 50.32º 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 #6F6A50 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 80 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.56 |
| HSL | 50.32º | 0.16% | 0.37% | - |
| HSV(B) | 50.32º | 0.28% | 0.44% | - |
| XYZ | 13.16 | 14.27 | 9.65 | - |
| YUV | 104.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 80 | 0 | 0.05 | 0.28 | 0.56 | 50.32 | 0.16 | 0.37 |
| Hex | 6F | 6A | 50 | 0 | 5 | 1C | 38 | 32 | 10 | 25 |
| Octal | 157 | 152 | 120 | 0 | 5 | 34 | 70 | 62 | 20 | 45 |
| Binary | 1101111 | 1101010 | 1010000 | 0 | 101 | 11100 | 111000 | 110010 | 10000 | 100101 |
Color Harmonies of #6F6A50
Complementary color
Monochromatic Colors of #6F6A50
Black with #6F6A50
Text Example
Text Example
White with #6F6A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A50; }
p { color: rgb(111,106,80); }
H1.HeaderClassName
{
color: #6F6A50;
}
.AnyTagClassName
{
color: #6F6A50;
}
</style>
background-color css
<style>
a { background-color: #6F6A50; }
a { background-color: rgb(111,106,80); }
div.DivClassName
{
background-color: #6F6A50;
}
.BgClassName
{
background-color: #6F6A50;
}
</style>
border-color css
<style>
span { border-color: #6F6A50; }
span { border-color: rgb(111,106,80); }
td.TdClassName
{
border-color: #6F6A50;
}
.TagClassName
{
border-color: #6F6A50;
}
</style>