Shades of Crocodile #686352
Tints of Crocodile #686352
RGB
CMYK
RGB Variations
Color information
#686352 (or 0x686352) is known color: Crocodile. HEX triplet: 68, 63 and 52. RGB value is (104,99,82). Sum of RGB (Red+Green+Blue) = 104+99+82=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686352 is #979CAD. Grayscale: #626262. Windows color (decimal): -9936046 or 5399400. OLE color: 5399400.
HSL color Cylindrical-coordinate representation of color #686352: hue angle of 46.36º 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 #686352 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 82 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.59 |
| HSL | 46.36º | 0.12% | 0.36% | - |
| HSV(B) | 46.36º | 0.21% | 0.41% | - |
| XYZ | 11.69 | 12.48 | 9.77 | - |
| YUV | 98.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 82 | 0 | 0.05 | 0.21 | 0.59 | 46.36 | 0.12 | 0.36 |
| Hex | 68 | 63 | 52 | 0 | 5 | 15 | 3B | 2E | C | 24 |
| Octal | 150 | 143 | 122 | 0 | 5 | 25 | 73 | 56 | 14 | 44 |
| Binary | 1101000 | 1100011 | 1010010 | 0 | 101 | 10101 | 111011 | 101110 | 1100 | 100100 |
Color Harmonies of #686352
Complementary color
Monochromatic Colors of #686352
Black with #686352
Text Example
Text Example
White with #686352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686352; }
p { color: rgb(104,99,82); }
H1.HeaderClassName
{
color: #686352;
}
.AnyTagClassName
{
color: #686352;
}
</style>
background-color css
<style>
a { background-color: #686352; }
a { background-color: rgb(104,99,82); }
div.DivClassName
{
background-color: #686352;
}
.BgClassName
{
background-color: #686352;
}
</style>
border-color css
<style>
span { border-color: #686352; }
span { border-color: rgb(104,99,82); }
td.TdClassName
{
border-color: #686352;
}
.TagClassName
{
border-color: #686352;
}
</style>