Shades of Crocodile #67624C
Tints of Crocodile #67624C
RGB
CMYK
RGB Variations
Color information
#67624C (or 0x67624C) is known color: Crocodile. HEX triplet: 67, 62 and 4C. RGB value is (103,98,76). Sum of RGB (Red+Green+Blue) = 103+98+76=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 103 - color contains mainly: red. Hex color #67624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67624C is #989DB3. Grayscale: #616161. Windows color (decimal): -10001844 or 5005927. OLE color: 5005927.
HSL color Cylindrical-coordinate representation of color #67624C: hue angle of 48.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67624C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 76 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.60 |
| HSL | 48.89º | 0.15% | 0.35% | - |
| HSV(B) | 48.89º | 0.26% | 0.4% | - |
| XYZ | 11.27 | 12.14 | 8.59 | - |
| YUV | 96.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 76 | 0 | 0.05 | 0.26 | 0.60 | 48.89 | 0.15 | 0.35 |
| Hex | 67 | 62 | 4C | 0 | 5 | 1A | 3C | 31 | F | 23 |
| Octal | 147 | 142 | 114 | 0 | 5 | 32 | 74 | 61 | 17 | 43 |
| Binary | 1100111 | 1100010 | 1001100 | 0 | 101 | 11010 | 111100 | 110001 | 1111 | 100011 |
Color Harmonies of #67624C
Complementary color
Monochromatic Colors of #67624C
Black with #67624C
Text Example
Text Example
White with #67624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67624C; }
p { color: rgb(103,98,76); }
H1.HeaderClassName
{
color: #67624C;
}
.AnyTagClassName
{
color: #67624C;
}
</style>
background-color css
<style>
a { background-color: #67624C; }
a { background-color: rgb(103,98,76); }
div.DivClassName
{
background-color: #67624C;
}
.BgClassName
{
background-color: #67624C;
}
</style>
border-color css
<style>
span { border-color: #67624C; }
span { border-color: rgb(103,98,76); }
td.TdClassName
{
border-color: #67624C;
}
.TagClassName
{
border-color: #67624C;
}
</style>