Shades of Crocodile #68624F
Tints of Crocodile #68624F
RGB
CMYK
RGB Variations
Color information
#68624F (or 0x68624F) is known color: Crocodile. HEX triplet: 68, 62 and 4F. RGB value is (104,98,79). Sum of RGB (Red+Green+Blue) = 104+98+79=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68624F is #979DB0. Grayscale: #616161. Windows color (decimal): -9936305 or 5202536. OLE color: 5202536.
HSL color Cylindrical-coordinate representation of color #68624F: hue angle of 45.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68624F is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 79 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.59 |
| HSL | 45.6º | 0.14% | 0.36% | - |
| HSV(B) | 45.6º | 0.24% | 0.41% | - |
| XYZ | 11.49 | 12.24 | 9.15 | - |
| YUV | 97.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 79 | 0 | 0.06 | 0.24 | 0.59 | 45.6 | 0.14 | 0.36 |
| Hex | 68 | 62 | 4F | 0 | 6 | 18 | 3B | 2E | E | 24 |
| Octal | 150 | 142 | 117 | 0 | 6 | 30 | 73 | 56 | 16 | 44 |
| Binary | 1101000 | 1100010 | 1001111 | 0 | 110 | 11000 | 111011 | 101110 | 1110 | 100100 |
Color Harmonies of #68624F
Complementary color
Monochromatic Colors of #68624F
Black with #68624F
Text Example
Text Example
White with #68624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68624F; }
p { color: rgb(104,98,79); }
H1.HeaderClassName
{
color: #68624F;
}
.AnyTagClassName
{
color: #68624F;
}
</style>
background-color css
<style>
a { background-color: #68624F; }
a { background-color: rgb(104,98,79); }
div.DivClassName
{
background-color: #68624F;
}
.BgClassName
{
background-color: #68624F;
}
</style>
border-color css
<style>
span { border-color: #68624F; }
span { border-color: rgb(104,98,79); }
td.TdClassName
{
border-color: #68624F;
}
.TagClassName
{
border-color: #68624F;
}
</style>