Shades of Crocodile #67624F
Tints of Crocodile #67624F
RGB
CMYK
RGB Variations
Color information
#67624F (or 0x67624F) is known color: Crocodile. HEX triplet: 67, 62 and 4F. RGB value is (103,98,79). Sum of RGB (Red+Green+Blue) = 103+98+79=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #67624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67624F is #989DB0. Grayscale: #616161. Windows color (decimal): -10001841 or 5202535. OLE color: 5202535.
HSL color Cylindrical-coordinate representation of color #67624F: hue angle of 47.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67624F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 79 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.60 |
| HSL | 47.5º | 0.13% | 0.36% | - |
| HSV(B) | 47.5º | 0.23% | 0.4% | - |
| XYZ | 11.37 | 12.18 | 9.15 | - |
| YUV | 97.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 79 | 0 | 0.05 | 0.23 | 0.60 | 47.5 | 0.13 | 0.36 |
| Hex | 67 | 62 | 4F | 0 | 5 | 17 | 3C | 30 | D | 24 |
| Octal | 147 | 142 | 117 | 0 | 5 | 27 | 74 | 60 | 15 | 44 |
| Binary | 1100111 | 1100010 | 1001111 | 0 | 101 | 10111 | 111100 | 110000 | 1101 | 100100 |
Color Harmonies of #67624F
Complementary color
Monochromatic Colors of #67624F
Black with #67624F
Text Example
Text Example
White with #67624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67624F; }
p { color: rgb(103,98,79); }
H1.HeaderClassName
{
color: #67624F;
}
.AnyTagClassName
{
color: #67624F;
}
</style>
background-color css
<style>
a { background-color: #67624F; }
a { background-color: rgb(103,98,79); }
div.DivClassName
{
background-color: #67624F;
}
.BgClassName
{
background-color: #67624F;
}
</style>
border-color css
<style>
span { border-color: #67624F; }
span { border-color: rgb(103,98,79); }
td.TdClassName
{
border-color: #67624F;
}
.TagClassName
{
border-color: #67624F;
}
</style>