Shades of Bronze Olive #634C1A
Tints of Bronze Olive #634C1A
RGB
CMYK
RGB Variations
Color information
#634C1A (or 0x634C1A) is known color: Bronze Olive. HEX triplet: 63, 4C and 1A. RGB value is (99,76,26). Sum of RGB (Red+Green+Blue) = 99+76+26=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C1A is #9CB3E5. Grayscale: #4D4D4D. Windows color (decimal): -10269670 or 1723491. OLE color: 1723491.
HSL color Cylindrical-coordinate representation of color #634C1A: hue angle of 41.1º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #634C1A is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 26 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.61 |
| HSL | 41.1º | 0.58% | 0.25% | - |
| HSV(B) | 41.1º | 0.74% | 0.39% | - |
| XYZ | 7.92 | 7.9 | 2.08 | - |
| YUV | 77.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 26 | 0 | 0.23 | 0.74 | 0.61 | 41.1 | 0.58 | 0.25 |
| Hex | 63 | 4C | 1A | 0 | 17 | 4A | 3D | 29 | 3A | 19 |
| Octal | 143 | 114 | 32 | 0 | 27 | 112 | 75 | 51 | 72 | 31 |
| Binary | 1100011 | 1001100 | 11010 | 0 | 10111 | 1001010 | 111101 | 101001 | 111010 | 11001 |
Color Harmonies of #634C1A
Complementary color
Monochromatic Colors of #634C1A
Black with #634C1A
Text Example
Text Example
White with #634C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C1A; }
p { color: rgb(99,76,26); }
H1.HeaderClassName
{
color: #634C1A;
}
.AnyTagClassName
{
color: #634C1A;
}
</style>
background-color css
<style>
a { background-color: #634C1A; }
a { background-color: rgb(99,76,26); }
div.DivClassName
{
background-color: #634C1A;
}
.BgClassName
{
background-color: #634C1A;
}
</style>
border-color css
<style>
span { border-color: #634C1A; }
span { border-color: rgb(99,76,26); }
td.TdClassName
{
border-color: #634C1A;
}
.TagClassName
{
border-color: #634C1A;
}
</style>