Shades of Crocodile #686248
Tints of Crocodile #686248
RGB
CMYK
RGB Variations
Color information
#686248 (or 0x686248) is known color: Crocodile. HEX triplet: 68, 62 and 48. RGB value is (104,98,72). Sum of RGB (Red+Green+Blue) = 104+98+72=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #686248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686248 is #979DB7. Grayscale: #606060. Windows color (decimal): -9936312 or 4743784. OLE color: 4743784.
HSL color Cylindrical-coordinate representation of color #686248: hue angle of 48.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686248 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 72 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.59 |
| HSL | 48.75º | 0.18% | 0.35% | - |
| HSV(B) | 48.75º | 0.31% | 0.41% | - |
| XYZ | 11.25 | 12.15 | 7.88 | - |
| YUV | 96.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 72 | 0 | 0.06 | 0.31 | 0.59 | 48.75 | 0.18 | 0.35 |
| Hex | 68 | 62 | 48 | 0 | 6 | 1F | 3B | 31 | 12 | 23 |
| Octal | 150 | 142 | 110 | 0 | 6 | 37 | 73 | 61 | 22 | 43 |
| Binary | 1101000 | 1100010 | 1001000 | 0 | 110 | 11111 | 111011 | 110001 | 10010 | 100011 |
Color Harmonies of #686248
Complementary color
Monochromatic Colors of #686248
Black with #686248
Text Example
Text Example
White with #686248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686248; }
p { color: rgb(104,98,72); }
H1.HeaderClassName
{
color: #686248;
}
.AnyTagClassName
{
color: #686248;
}
</style>
background-color css
<style>
a { background-color: #686248; }
a { background-color: rgb(104,98,72); }
div.DivClassName
{
background-color: #686248;
}
.BgClassName
{
background-color: #686248;
}
</style>
border-color css
<style>
span { border-color: #686248; }
span { border-color: rgb(104,98,72); }
td.TdClassName
{
border-color: #686248;
}
.TagClassName
{
border-color: #686248;
}
</style>