Shades of Crocodile #68624E
Tints of Crocodile #68624E
RGB
CMYK
RGB Variations
Color information
#68624E (or 0x68624E) is known color: Crocodile. HEX triplet: 68, 62 and 4E. RGB value is (104,98,78). Sum of RGB (Red+Green+Blue) = 104+98+78=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68624E is #979DB1. Grayscale: #616161. Windows color (decimal): -9936306 or 5137000. OLE color: 5137000.
HSL color Cylindrical-coordinate representation of color #68624E: hue angle of 46.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68624E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 78 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.59 |
| HSL | 46.15º | 0.14% | 0.36% | - |
| HSV(B) | 46.15º | 0.25% | 0.41% | - |
| XYZ | 11.45 | 12.23 | 8.96 | - |
| YUV | 97.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 78 | 0 | 0.06 | 0.25 | 0.59 | 46.15 | 0.14 | 0.36 |
| Hex | 68 | 62 | 4E | 0 | 6 | 19 | 3B | 2E | E | 24 |
| Octal | 150 | 142 | 116 | 0 | 6 | 31 | 73 | 56 | 16 | 44 |
| Binary | 1101000 | 1100010 | 1001110 | 0 | 110 | 11001 | 111011 | 101110 | 1110 | 100100 |
Color Harmonies of #68624E
Complementary color
Monochromatic Colors of #68624E
Black with #68624E
Text Example
Text Example
White with #68624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68624E; }
p { color: rgb(104,98,78); }
H1.HeaderClassName
{
color: #68624E;
}
.AnyTagClassName
{
color: #68624E;
}
</style>
background-color css
<style>
a { background-color: #68624E; }
a { background-color: rgb(104,98,78); }
div.DivClassName
{
background-color: #68624E;
}
.BgClassName
{
background-color: #68624E;
}
</style>
border-color css
<style>
span { border-color: #68624E; }
span { border-color: rgb(104,98,78); }
td.TdClassName
{
border-color: #68624E;
}
.TagClassName
{
border-color: #68624E;
}
</style>