Shades of Crocodile #67634F
Tints of Crocodile #67634F
RGB
CMYK
RGB Variations
Color information
#67634F (or 0x67634F) is known color: Crocodile. HEX triplet: 67, 63 and 4F. RGB value is (103,99,79). Sum of RGB (Red+Green+Blue) = 103+99+79=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #67634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67634F is #989CB0. Grayscale: #626262. Windows color (decimal): -10001585 or 5202791. OLE color: 5202791.
HSL color Cylindrical-coordinate representation of color #67634F: hue angle of 50º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67634F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 79 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.60 |
| HSL | 50º | 0.13% | 0.36% | - |
| HSV(B) | 50º | 0.23% | 0.4% | - |
| XYZ | 11.47 | 12.37 | 9.18 | - |
| YUV | 97.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 79 | 0 | 0.04 | 0.23 | 0.60 | 50 | 0.13 | 0.36 |
| Hex | 67 | 63 | 4F | 0 | 4 | 17 | 3C | 32 | D | 24 |
| Octal | 147 | 143 | 117 | 0 | 4 | 27 | 74 | 62 | 15 | 44 |
| Binary | 1100111 | 1100011 | 1001111 | 0 | 100 | 10111 | 111100 | 110010 | 1101 | 100100 |
Color Harmonies of #67634F
Complementary color
Monochromatic Colors of #67634F
Black with #67634F
Text Example
Text Example
White with #67634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67634F; }
p { color: rgb(103,99,79); }
H1.HeaderClassName
{
color: #67634F;
}
.AnyTagClassName
{
color: #67634F;
}
</style>
background-color css
<style>
a { background-color: #67634F; }
a { background-color: rgb(103,99,79); }
div.DivClassName
{
background-color: #67634F;
}
.BgClassName
{
background-color: #67634F;
}
</style>
border-color css
<style>
span { border-color: #67634F; }
span { border-color: rgb(103,99,79); }
td.TdClassName
{
border-color: #67634F;
}
.TagClassName
{
border-color: #67634F;
}
</style>