Shades of Crocodile #68624A
Tints of Crocodile #68624A
RGB
CMYK
RGB Variations
Color information
#68624A (or 0x68624A) is known color: Crocodile. HEX triplet: 68, 62 and 4A. RGB value is (104,98,74). Sum of RGB (Red+Green+Blue) = 104+98+74=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68624A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68624A is #979DB5. Grayscale: #616161. Windows color (decimal): -9936310 or 4874856. OLE color: 4874856.
HSL color Cylindrical-coordinate representation of color #68624A: hue angle of 48º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68624A is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 74 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.59 |
| HSL | 48º | 0.17% | 0.35% | - |
| HSV(B) | 48º | 0.29% | 0.41% | - |
| XYZ | 11.31 | 12.17 | 8.23 | - |
| YUV | 97.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 74 | 0 | 0.06 | 0.29 | 0.59 | 48 | 0.17 | 0.35 |
| Hex | 68 | 62 | 4A | 0 | 6 | 1D | 3B | 30 | 11 | 23 |
| Octal | 150 | 142 | 112 | 0 | 6 | 35 | 73 | 60 | 21 | 43 |
| Binary | 1101000 | 1100010 | 1001010 | 0 | 110 | 11101 | 111011 | 110000 | 10001 | 100011 |
Color Harmonies of #68624A
Complementary color
Monochromatic Colors of #68624A
Black with #68624A
Text Example
Text Example
White with #68624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68624A; }
p { color: rgb(104,98,74); }
H1.HeaderClassName
{
color: #68624A;
}
.AnyTagClassName
{
color: #68624A;
}
</style>
background-color css
<style>
a { background-color: #68624A; }
a { background-color: rgb(104,98,74); }
div.DivClassName
{
background-color: #68624A;
}
.BgClassName
{
background-color: #68624A;
}
</style>
border-color css
<style>
span { border-color: #68624A; }
span { border-color: rgb(104,98,74); }
td.TdClassName
{
border-color: #68624A;
}
.TagClassName
{
border-color: #68624A;
}
</style>