Shades of Crocodile #68624D
Tints of Crocodile #68624D
RGB
CMYK
RGB Variations
Color information
#68624D (or 0x68624D) is known color: Crocodile. HEX triplet: 68, 62 and 4D. RGB value is (104,98,77). Sum of RGB (Red+Green+Blue) = 104+98+77=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #68624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68624D is #979DB2. Grayscale: #616161. Windows color (decimal): -9936307 or 5071464. OLE color: 5071464.
HSL color Cylindrical-coordinate representation of color #68624D: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68624D is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 77 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.59 |
| HSL | 46.67º | 0.15% | 0.35% | - |
| HSV(B) | 46.67º | 0.26% | 0.41% | - |
| XYZ | 11.42 | 12.21 | 8.78 | - |
| YUV | 97.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 77 | 0 | 0.06 | 0.26 | 0.59 | 46.67 | 0.15 | 0.35 |
| Hex | 68 | 62 | 4D | 0 | 6 | 1A | 3B | 2F | F | 23 |
| Octal | 150 | 142 | 115 | 0 | 6 | 32 | 73 | 57 | 17 | 43 |
| Binary | 1101000 | 1100010 | 1001101 | 0 | 110 | 11010 | 111011 | 101111 | 1111 | 100011 |
Color Harmonies of #68624D
Complementary color
Monochromatic Colors of #68624D
Black with #68624D
Text Example
Text Example
White with #68624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68624D; }
p { color: rgb(104,98,77); }
H1.HeaderClassName
{
color: #68624D;
}
.AnyTagClassName
{
color: #68624D;
}
</style>
background-color css
<style>
a { background-color: #68624D; }
a { background-color: rgb(104,98,77); }
div.DivClassName
{
background-color: #68624D;
}
.BgClassName
{
background-color: #68624D;
}
</style>
border-color css
<style>
span { border-color: #68624D; }
span { border-color: rgb(104,98,77); }
td.TdClassName
{
border-color: #68624D;
}
.TagClassName
{
border-color: #68624D;
}
</style>