Shades of Crocodile #6F6843
Tints of Crocodile #6F6843
RGB
CMYK
RGB Variations
Color information
#6F6843 (or 0x6F6843) is known color: Crocodile. HEX triplet: 6F, 68 and 43. RGB value is (111,104,67). Sum of RGB (Red+Green+Blue) = 111+104+67=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6843 is #9097BC. Grayscale: #666666. Windows color (decimal): -9476029 or 4417647. OLE color: 4417647.
HSL color Cylindrical-coordinate representation of color #6F6843: hue angle of 50.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F6843 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 67 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.56 |
| HSL | 50.45º | 0.25% | 0.35% | - |
| HSV(B) | 50.45º | 0.4% | 0.44% | - |
| XYZ | 12.52 | 13.69 | 7.29 | - |
| YUV | 101.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 67 | 0 | 0.06 | 0.40 | 0.56 | 50.45 | 0.25 | 0.35 |
| Hex | 6F | 68 | 43 | 0 | 6 | 28 | 38 | 32 | 19 | 23 |
| Octal | 157 | 150 | 103 | 0 | 6 | 50 | 70 | 62 | 31 | 43 |
| Binary | 1101111 | 1101000 | 1000011 | 0 | 110 | 101000 | 111000 | 110010 | 11001 | 100011 |
Color Harmonies of #6F6843
Complementary color
Monochromatic Colors of #6F6843
Black with #6F6843
Text Example
Text Example
White with #6F6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6843; }
p { color: rgb(111,104,67); }
H1.HeaderClassName
{
color: #6F6843;
}
.AnyTagClassName
{
color: #6F6843;
}
</style>
background-color css
<style>
a { background-color: #6F6843; }
a { background-color: rgb(111,104,67); }
div.DivClassName
{
background-color: #6F6843;
}
.BgClassName
{
background-color: #6F6843;
}
</style>
border-color css
<style>
span { border-color: #6F6843; }
span { border-color: rgb(111,104,67); }
td.TdClassName
{
border-color: #6F6843;
}
.TagClassName
{
border-color: #6F6843;
}
</style>