Shades of Crocodile #6F6B54
Tints of Crocodile #6F6B54
RGB
CMYK
RGB Variations
Color information
#6F6B54 (or 0x6F6B54) is known color: Crocodile. HEX triplet: 6F, 6B and 54. RGB value is (111,107,84). Sum of RGB (Red+Green+Blue) = 111+107+84=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B54 is #9094AB. Grayscale: #696969. Windows color (decimal): -9475244 or 5532527. OLE color: 5532527.
HSL color Cylindrical-coordinate representation of color #6F6B54: hue angle of 51.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6B54 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 84 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.56 |
| HSL | 51.11º | 0.14% | 0.38% | - |
| HSV(B) | 51.11º | 0.24% | 0.44% | - |
| XYZ | 13.41 | 14.53 | 10.49 | - |
| YUV | 105.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 84 | 0 | 0.04 | 0.24 | 0.56 | 51.11 | 0.14 | 0.38 |
| Hex | 6F | 6B | 54 | 0 | 4 | 18 | 38 | 33 | E | 26 |
| Octal | 157 | 153 | 124 | 0 | 4 | 30 | 70 | 63 | 16 | 46 |
| Binary | 1101111 | 1101011 | 1010100 | 0 | 100 | 11000 | 111000 | 110011 | 1110 | 100110 |
Color Harmonies of #6F6B54
Complementary color
Monochromatic Colors of #6F6B54
Black with #6F6B54
Text Example
Text Example
White with #6F6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B54; }
p { color: rgb(111,107,84); }
H1.HeaderClassName
{
color: #6F6B54;
}
.AnyTagClassName
{
color: #6F6B54;
}
</style>
background-color css
<style>
a { background-color: #6F6B54; }
a { background-color: rgb(111,107,84); }
div.DivClassName
{
background-color: #6F6B54;
}
.BgClassName
{
background-color: #6F6B54;
}
</style>
border-color css
<style>
span { border-color: #6F6B54; }
span { border-color: rgb(111,107,84); }
td.TdClassName
{
border-color: #6F6B54;
}
.TagClassName
{
border-color: #6F6B54;
}
</style>