Shades of Crocodile #67614A
Tints of Crocodile #67614A
RGB
CMYK
RGB Variations
Color information
#67614A (or 0x67614A) is known color: Crocodile. HEX triplet: 67, 61 and 4A. RGB value is (103,97,74). Sum of RGB (Red+Green+Blue) = 103+97+74=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #67614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67614A is #989EB5. Grayscale: #606060. Windows color (decimal): -10002102 or 4874599. OLE color: 4874599.
HSL color Cylindrical-coordinate representation of color #67614A: hue angle of 47.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67614A is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 74 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.60 |
| HSL | 47.59º | 0.16% | 0.35% | - |
| HSV(B) | 47.59º | 0.28% | 0.4% | - |
| XYZ | 11.1 | 11.93 | 8.2 | - |
| YUV | 96.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 74 | 0 | 0.06 | 0.28 | 0.60 | 47.59 | 0.16 | 0.35 |
| Hex | 67 | 61 | 4A | 0 | 6 | 1C | 3C | 30 | 10 | 23 |
| Octal | 147 | 141 | 112 | 0 | 6 | 34 | 74 | 60 | 20 | 43 |
| Binary | 1100111 | 1100001 | 1001010 | 0 | 110 | 11100 | 111100 | 110000 | 10000 | 100011 |
Color Harmonies of #67614A
Complementary color
Monochromatic Colors of #67614A
Black with #67614A
Text Example
Text Example
White with #67614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67614A; }
p { color: rgb(103,97,74); }
H1.HeaderClassName
{
color: #67614A;
}
.AnyTagClassName
{
color: #67614A;
}
</style>
background-color css
<style>
a { background-color: #67614A; }
a { background-color: rgb(103,97,74); }
div.DivClassName
{
background-color: #67614A;
}
.BgClassName
{
background-color: #67614A;
}
</style>
border-color css
<style>
span { border-color: #67614A; }
span { border-color: rgb(103,97,74); }
td.TdClassName
{
border-color: #67614A;
}
.TagClassName
{
border-color: #67614A;
}
</style>