Shades of Crocodile #686452
Tints of Crocodile #686452
RGB
CMYK
RGB Variations
Color information
#686452 (or 0x686452) is known color: Crocodile. HEX triplet: 68, 64 and 52. RGB value is (104,100,82). Sum of RGB (Red+Green+Blue) = 104+100+82=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686452 is #979BAD. Grayscale: #636363. Windows color (decimal): -9935790 or 5399656. OLE color: 5399656.
HSL color Cylindrical-coordinate representation of color #686452: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686452 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 82 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.59 |
| HSL | 49.09º | 0.12% | 0.36% | - |
| HSV(B) | 49.09º | 0.21% | 0.41% | - |
| XYZ | 11.79 | 12.67 | 9.81 | - |
| YUV | 99.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 82 | 0 | 0.04 | 0.21 | 0.59 | 49.09 | 0.12 | 0.36 |
| Hex | 68 | 64 | 52 | 0 | 4 | 15 | 3B | 31 | C | 24 |
| Octal | 150 | 144 | 122 | 0 | 4 | 25 | 73 | 61 | 14 | 44 |
| Binary | 1101000 | 1100100 | 1010010 | 0 | 100 | 10101 | 111011 | 110001 | 1100 | 100100 |
Color Harmonies of #686452
Complementary color
Monochromatic Colors of #686452
Black with #686452
Text Example
Text Example
White with #686452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686452; }
p { color: rgb(104,100,82); }
H1.HeaderClassName
{
color: #686452;
}
.AnyTagClassName
{
color: #686452;
}
</style>
background-color css
<style>
a { background-color: #686452; }
a { background-color: rgb(104,100,82); }
div.DivClassName
{
background-color: #686452;
}
.BgClassName
{
background-color: #686452;
}
</style>
border-color css
<style>
span { border-color: #686452; }
span { border-color: rgb(104,100,82); }
td.TdClassName
{
border-color: #686452;
}
.TagClassName
{
border-color: #686452;
}
</style>