Shades of Crocodile #6F6B53
Tints of Crocodile #6F6B53
RGB
CMYK
RGB Variations
Color information
#6F6B53 (or 0x6F6B53) is known color: Crocodile. HEX triplet: 6F, 6B and 53. RGB value is (111,107,83). Sum of RGB (Red+Green+Blue) = 111+107+83=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B53 is #9094AC. Grayscale: #696969. Windows color (decimal): -9475245 or 5466991. OLE color: 5466991.
HSL color Cylindrical-coordinate representation of color #6F6B53: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6B53 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 83 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.56 |
| HSL | 51.43º | 0.14% | 0.38% | - |
| HSV(B) | 51.43º | 0.25% | 0.44% | - |
| XYZ | 13.37 | 14.52 | 10.28 | - |
| YUV | 105.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 83 | 0 | 0.04 | 0.25 | 0.56 | 51.43 | 0.14 | 0.38 |
| Hex | 6F | 6B | 53 | 0 | 4 | 19 | 38 | 33 | E | 26 |
| Octal | 157 | 153 | 123 | 0 | 4 | 31 | 70 | 63 | 16 | 46 |
| Binary | 1101111 | 1101011 | 1010011 | 0 | 100 | 11001 | 111000 | 110011 | 1110 | 100110 |
Color Harmonies of #6F6B53
Complementary color
Monochromatic Colors of #6F6B53
Black with #6F6B53
Text Example
Text Example
White with #6F6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B53; }
p { color: rgb(111,107,83); }
H1.HeaderClassName
{
color: #6F6B53;
}
.AnyTagClassName
{
color: #6F6B53;
}
</style>
background-color css
<style>
a { background-color: #6F6B53; }
a { background-color: rgb(111,107,83); }
div.DivClassName
{
background-color: #6F6B53;
}
.BgClassName
{
background-color: #6F6B53;
}
</style>
border-color css
<style>
span { border-color: #6F6B53; }
span { border-color: rgb(111,107,83); }
td.TdClassName
{
border-color: #6F6B53;
}
.TagClassName
{
border-color: #6F6B53;
}
</style>