Shades of Crocodile #686451
Tints of Crocodile #686451
RGB
CMYK
RGB Variations
Color information
#686451 (or 0x686451) is known color: Crocodile. HEX triplet: 68, 64 and 51. RGB value is (104,100,81). Sum of RGB (Red+Green+Blue) = 104+100+81=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686451 is #979BAE. Grayscale: #636363. Windows color (decimal): -9935791 or 5334120. OLE color: 5334120.
HSL color Cylindrical-coordinate representation of color #686451: hue angle of 49.57º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686451 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 81 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.59 |
| HSL | 49.57º | 0.12% | 0.36% | - |
| HSV(B) | 49.57º | 0.22% | 0.41% | - |
| XYZ | 11.75 | 12.65 | 9.61 | - |
| YUV | 99.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 81 | 0 | 0.04 | 0.22 | 0.59 | 49.57 | 0.12 | 0.36 |
| Hex | 68 | 64 | 51 | 0 | 4 | 16 | 3B | 32 | C | 24 |
| Octal | 150 | 144 | 121 | 0 | 4 | 26 | 73 | 62 | 14 | 44 |
| Binary | 1101000 | 1100100 | 1010001 | 0 | 100 | 10110 | 111011 | 110010 | 1100 | 100100 |
Color Harmonies of #686451
Complementary color
Monochromatic Colors of #686451
Black with #686451
Text Example
Text Example
White with #686451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686451; }
p { color: rgb(104,100,81); }
H1.HeaderClassName
{
color: #686451;
}
.AnyTagClassName
{
color: #686451;
}
</style>
background-color css
<style>
a { background-color: #686451; }
a { background-color: rgb(104,100,81); }
div.DivClassName
{
background-color: #686451;
}
.BgClassName
{
background-color: #686451;
}
</style>
border-color css
<style>
span { border-color: #686451; }
span { border-color: rgb(104,100,81); }
td.TdClassName
{
border-color: #686451;
}
.TagClassName
{
border-color: #686451;
}
</style>