Shades of Crocodile #676250
Tints of Crocodile #676250
RGB
CMYK
RGB Variations
Color information
#676250 (or 0x676250) is known color: Crocodile. HEX triplet: 67, 62 and 50. RGB value is (103,98,80). Sum of RGB (Red+Green+Blue) = 103+98+80=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #676250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676250 is #989DAF. Grayscale: #616161. Windows color (decimal): -10001840 or 5268071. OLE color: 5268071.
HSL color Cylindrical-coordinate representation of color #676250: hue angle of 46.96º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676250 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 98 | 80 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.60 |
| HSL | 46.96º | 0.13% | 0.36% | - |
| HSV(B) | 46.96º | 0.22% | 0.4% | - |
| XYZ | 11.41 | 12.2 | 9.34 | - |
| YUV | 97.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 80 | 0 | 0.05 | 0.22 | 0.60 | 46.96 | 0.13 | 0.36 |
| Hex | 67 | 62 | 50 | 0 | 5 | 16 | 3C | 2F | D | 24 |
| Octal | 147 | 142 | 120 | 0 | 5 | 26 | 74 | 57 | 15 | 44 |
| Binary | 1100111 | 1100010 | 1010000 | 0 | 101 | 10110 | 111100 | 101111 | 1101 | 100100 |
Color Harmonies of #676250
Complementary color
Monochromatic Colors of #676250
Black with #676250
Text Example
Text Example
White with #676250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676250; }
p { color: rgb(103,98,80); }
H1.HeaderClassName
{
color: #676250;
}
.AnyTagClassName
{
color: #676250;
}
</style>
background-color css
<style>
a { background-color: #676250; }
a { background-color: rgb(103,98,80); }
div.DivClassName
{
background-color: #676250;
}
.BgClassName
{
background-color: #676250;
}
</style>
border-color css
<style>
span { border-color: #676250; }
span { border-color: rgb(103,98,80); }
td.TdClassName
{
border-color: #676250;
}
.TagClassName
{
border-color: #676250;
}
</style>