Shades of Crocodile #686454
Tints of Crocodile #686454
RGB
CMYK
RGB Variations
Color information
#686454 (or 0x686454) is known color: Crocodile. HEX triplet: 68, 64 and 54. RGB value is (104,100,84). Sum of RGB (Red+Green+Blue) = 104+100+84=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686454 is #979BAB. Grayscale: #636363. Windows color (decimal): -9935788 or 5530728. OLE color: 5530728.
HSL color Cylindrical-coordinate representation of color #686454: hue angle of 48º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686454 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 84 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.59 |
| HSL | 48º | 0.11% | 0.37% | - |
| HSV(B) | 48º | 0.19% | 0.41% | - |
| XYZ | 11.87 | 12.7 | 10.21 | - |
| YUV | 99.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 84 | 0 | 0.04 | 0.19 | 0.59 | 48 | 0.11 | 0.37 |
| Hex | 68 | 64 | 54 | 0 | 4 | 13 | 3B | 30 | B | 25 |
| Octal | 150 | 144 | 124 | 0 | 4 | 23 | 73 | 60 | 13 | 45 |
| Binary | 1101000 | 1100100 | 1010100 | 0 | 100 | 10011 | 111011 | 110000 | 1011 | 100101 |
Color Harmonies of #686454
Complementary color
Monochromatic Colors of #686454
Black with #686454
Text Example
Text Example
White with #686454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686454; }
p { color: rgb(104,100,84); }
H1.HeaderClassName
{
color: #686454;
}
.AnyTagClassName
{
color: #686454;
}
</style>
background-color css
<style>
a { background-color: #686454; }
a { background-color: rgb(104,100,84); }
div.DivClassName
{
background-color: #686454;
}
.BgClassName
{
background-color: #686454;
}
</style>
border-color css
<style>
span { border-color: #686454; }
span { border-color: rgb(104,100,84); }
td.TdClassName
{
border-color: #686454;
}
.TagClassName
{
border-color: #686454;
}
</style>