Shades of Crocodile #686350
Tints of Crocodile #686350
RGB
CMYK
RGB Variations
Color information
#686350 (or 0x686350) is known color: Crocodile. HEX triplet: 68, 63 and 50. RGB value is (104,99,80). Sum of RGB (Red+Green+Blue) = 104+99+80=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #686350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686350 is #979CAF. Grayscale: #626262. Windows color (decimal): -9936048 or 5268328. OLE color: 5268328.
HSL color Cylindrical-coordinate representation of color #686350: hue angle of 47.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686350 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 80 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.59 |
| HSL | 47.5º | 0.13% | 0.36% | - |
| HSV(B) | 47.5º | 0.23% | 0.41% | - |
| XYZ | 11.62 | 12.45 | 9.38 | - |
| YUV | 98.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 80 | 0 | 0.05 | 0.23 | 0.59 | 47.5 | 0.13 | 0.36 |
| Hex | 68 | 63 | 50 | 0 | 5 | 17 | 3B | 30 | D | 24 |
| Octal | 150 | 143 | 120 | 0 | 5 | 27 | 73 | 60 | 15 | 44 |
| Binary | 1101000 | 1100011 | 1010000 | 0 | 101 | 10111 | 111011 | 110000 | 1101 | 100100 |
Color Harmonies of #686350
Complementary color
Monochromatic Colors of #686350
Black with #686350
Text Example
Text Example
White with #686350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686350; }
p { color: rgb(104,99,80); }
H1.HeaderClassName
{
color: #686350;
}
.AnyTagClassName
{
color: #686350;
}
</style>
background-color css
<style>
a { background-color: #686350; }
a { background-color: rgb(104,99,80); }
div.DivClassName
{
background-color: #686350;
}
.BgClassName
{
background-color: #686350;
}
</style>
border-color css
<style>
span { border-color: #686350; }
span { border-color: rgb(104,99,80); }
td.TdClassName
{
border-color: #686350;
}
.TagClassName
{
border-color: #686350;
}
</style>