Shades of Crocodile #67634E
Tints of Crocodile #67634E
RGB
CMYK
RGB Variations
Color information
#67634E (or 0x67634E) is known color: Crocodile. HEX triplet: 67, 63 and 4E. RGB value is (103,99,78). Sum of RGB (Red+Green+Blue) = 103+99+78=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #67634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67634E is #989CB1. Grayscale: #616161. Windows color (decimal): -10001586 or 5137255. OLE color: 5137255.
HSL color Cylindrical-coordinate representation of color #67634E: hue angle of 50.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67634E is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 78 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.60 |
| HSL | 50.4º | 0.14% | 0.35% | - |
| HSV(B) | 50.4º | 0.24% | 0.4% | - |
| XYZ | 11.43 | 12.36 | 8.99 | - |
| YUV | 97.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 78 | 0 | 0.04 | 0.24 | 0.60 | 50.4 | 0.14 | 0.35 |
| Hex | 67 | 63 | 4E | 0 | 4 | 18 | 3C | 32 | E | 23 |
| Octal | 147 | 143 | 116 | 0 | 4 | 30 | 74 | 62 | 16 | 43 |
| Binary | 1100111 | 1100011 | 1001110 | 0 | 100 | 11000 | 111100 | 110010 | 1110 | 100011 |
Color Harmonies of #67634E
Complementary color
Monochromatic Colors of #67634E
Black with #67634E
Text Example
Text Example
White with #67634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67634E; }
p { color: rgb(103,99,78); }
H1.HeaderClassName
{
color: #67634E;
}
.AnyTagClassName
{
color: #67634E;
}
</style>
background-color css
<style>
a { background-color: #67634E; }
a { background-color: rgb(103,99,78); }
div.DivClassName
{
background-color: #67634E;
}
.BgClassName
{
background-color: #67634E;
}
</style>
border-color css
<style>
span { border-color: #67634E; }
span { border-color: rgb(103,99,78); }
td.TdClassName
{
border-color: #67634E;
}
.TagClassName
{
border-color: #67634E;
}
</style>