Shades of Crocodile #6F6958
Tints of Crocodile #6F6958
RGB
CMYK
RGB Variations
Color information
#6F6958 (or 0x6F6958) is known color: Crocodile. HEX triplet: 6F, 69 and 58. RGB value is (111,105,88). Sum of RGB (Red+Green+Blue) = 111+105+88=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6958 is #9096A7. Grayscale: #686868. Windows color (decimal): -9475752 or 5794159. OLE color: 5794159.
HSL color Cylindrical-coordinate representation of color #6F6958: hue angle of 44.35º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F6958 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 88 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.56 |
| HSL | 44.35º | 0.12% | 0.39% | - |
| HSV(B) | 44.35º | 0.21% | 0.44% | - |
| XYZ | 13.37 | 14.19 | 11.27 | - |
| YUV | 104.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 88 | 0 | 0.05 | 0.21 | 0.56 | 44.35 | 0.12 | 0.39 |
| Hex | 6F | 69 | 58 | 0 | 5 | 15 | 38 | 2C | C | 27 |
| Octal | 157 | 151 | 130 | 0 | 5 | 25 | 70 | 54 | 14 | 47 |
| Binary | 1101111 | 1101001 | 1011000 | 0 | 101 | 10101 | 111000 | 101100 | 1100 | 100111 |
Color Harmonies of #6F6958
Complementary color
Monochromatic Colors of #6F6958
Black with #6F6958
Text Example
Text Example
White with #6F6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6958; }
p { color: rgb(111,105,88); }
H1.HeaderClassName
{
color: #6F6958;
}
.AnyTagClassName
{
color: #6F6958;
}
</style>
background-color css
<style>
a { background-color: #6F6958; }
a { background-color: rgb(111,105,88); }
div.DivClassName
{
background-color: #6F6958;
}
.BgClassName
{
background-color: #6F6958;
}
</style>
border-color css
<style>
span { border-color: #6F6958; }
span { border-color: rgb(111,105,88); }
td.TdClassName
{
border-color: #6F6958;
}
.TagClassName
{
border-color: #6F6958;
}
</style>