Shades of Crocodile #68644F
Tints of Crocodile #68644F
RGB
CMYK
RGB Variations
Color information
#68644F (or 0x68644F) is known color: Crocodile. HEX triplet: 68, 64 and 4F. RGB value is (104,100,79). Sum of RGB (Red+Green+Blue) = 104+100+79=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68644F is #979BB0. Grayscale: #626262. Windows color (decimal): -9935793 or 5203048. OLE color: 5203048.
HSL color Cylindrical-coordinate representation of color #68644F: hue angle of 50.4º 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 #68644F is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 79 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.59 |
| HSL | 50.4º | 0.14% | 0.36% | - |
| HSV(B) | 50.4º | 0.24% | 0.41% | - |
| XYZ | 11.68 | 12.62 | 9.22 | - |
| YUV | 98.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 79 | 0 | 0.04 | 0.24 | 0.59 | 50.4 | 0.14 | 0.36 |
| Hex | 68 | 64 | 4F | 0 | 4 | 18 | 3B | 32 | E | 24 |
| Octal | 150 | 144 | 117 | 0 | 4 | 30 | 73 | 62 | 16 | 44 |
| Binary | 1101000 | 1100100 | 1001111 | 0 | 100 | 11000 | 111011 | 110010 | 1110 | 100100 |
Color Harmonies of #68644F
Complementary color
Monochromatic Colors of #68644F
Black with #68644F
Text Example
Text Example
White with #68644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68644F; }
p { color: rgb(104,100,79); }
H1.HeaderClassName
{
color: #68644F;
}
.AnyTagClassName
{
color: #68644F;
}
</style>
background-color css
<style>
a { background-color: #68644F; }
a { background-color: rgb(104,100,79); }
div.DivClassName
{
background-color: #68644F;
}
.BgClassName
{
background-color: #68644F;
}
</style>
border-color css
<style>
span { border-color: #68644F; }
span { border-color: rgb(104,100,79); }
td.TdClassName
{
border-color: #68644F;
}
.TagClassName
{
border-color: #68644F;
}
</style>