Shades of Vida Loca #63892C
Tints of Vida Loca #63892C
RGB
CMYK
RGB Variations
Color information
#63892C (or 0x63892C) is known color: Vida Loca. HEX triplet: 63, 89 and 2C. RGB value is (99,137,44). Sum of RGB (Red+Green+Blue) = 99+137+44=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #63892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63892C is #9C76D3. Grayscale: #737373. Windows color (decimal): -10254036 or 2918755. OLE color: 2918755.
HSL color Cylindrical-coordinate representation of color #63892C: hue angle of 84.52º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63892C is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 137 | 44 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.46 |
| HSL | 84.52º | 0.51% | 0.35% | - |
| HSV(B) | 84.52º | 0.68% | 0.54% | - |
| XYZ | 14.55 | 20.73 | 5.62 | - |
| YUV | 115.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 44 | 0.28 | 0 | 0.68 | 0.46 | 84.52 | 0.51 | 0.35 |
| Hex | 63 | 89 | 2C | 1C | 0 | 44 | 2E | 55 | 33 | 23 |
| Octal | 143 | 211 | 54 | 34 | 0 | 104 | 56 | 125 | 63 | 43 |
| Binary | 1100011 | 10001001 | 101100 | 11100 | 0 | 1000100 | 101110 | 1010101 | 110011 | 100011 |
Color Harmonies of #63892C
Complementary color
Monochromatic Colors of #63892C
Black with #63892C
Text Example
Text Example
White with #63892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63892C; }
p { color: rgb(99,137,44); }
H1.HeaderClassName
{
color: #63892C;
}
.AnyTagClassName
{
color: #63892C;
}
</style>
background-color css
<style>
a { background-color: #63892C; }
a { background-color: rgb(99,137,44); }
div.DivClassName
{
background-color: #63892C;
}
.BgClassName
{
background-color: #63892C;
}
</style>
border-color css
<style>
span { border-color: #63892C; }
span { border-color: rgb(99,137,44); }
td.TdClassName
{
border-color: #63892C;
}
.TagClassName
{
border-color: #63892C;
}
</style>