Shades of Crocodile #676149
Tints of Crocodile #676149
RGB
CMYK
RGB Variations
Color information
#676149 (or 0x676149) is known color: Crocodile. HEX triplet: 67, 61 and 49. RGB value is (103,97,73). Sum of RGB (Red+Green+Blue) = 103+97+73=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #676149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676149 is #989EB6. Grayscale: #606060. Windows color (decimal): -10002103 or 4809063. OLE color: 4809063.
HSL color Cylindrical-coordinate representation of color #676149: hue angle of 48º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676149 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 73 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.60 |
| HSL | 48º | 0.17% | 0.35% | - |
| HSV(B) | 48º | 0.29% | 0.4% | - |
| XYZ | 11.07 | 11.91 | 8.02 | - |
| YUV | 96.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 73 | 0 | 0.06 | 0.29 | 0.60 | 48 | 0.17 | 0.35 |
| Hex | 67 | 61 | 49 | 0 | 6 | 1D | 3C | 30 | 11 | 23 |
| Octal | 147 | 141 | 111 | 0 | 6 | 35 | 74 | 60 | 21 | 43 |
| Binary | 1100111 | 1100001 | 1001001 | 0 | 110 | 11101 | 111100 | 110000 | 10001 | 100011 |
Color Harmonies of #676149
Complementary color
Monochromatic Colors of #676149
Black with #676149
Text Example
Text Example
White with #676149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676149; }
p { color: rgb(103,97,73); }
H1.HeaderClassName
{
color: #676149;
}
.AnyTagClassName
{
color: #676149;
}
</style>
background-color css
<style>
a { background-color: #676149; }
a { background-color: rgb(103,97,73); }
div.DivClassName
{
background-color: #676149;
}
.BgClassName
{
background-color: #676149;
}
</style>
border-color css
<style>
span { border-color: #676149; }
span { border-color: rgb(103,97,73); }
td.TdClassName
{
border-color: #676149;
}
.TagClassName
{
border-color: #676149;
}
</style>