Shades of Yellow Metal #72633C
Tints of Yellow Metal #72633C
RGB
CMYK
RGB Variations
Color information
#72633C (or 0x72633C) is known color: Yellow Metal. HEX triplet: 72, 63 and 3C. RGB value is (114,99,60). Sum of RGB (Red+Green+Blue) = 114+99+60=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72633C is #8D9CC3. Grayscale: #636363. Windows color (decimal): -9280708 or 3957618. OLE color: 3957618.
HSL color Cylindrical-coordinate representation of color #72633C: hue angle of 43.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72633C is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 60 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.55 |
| HSL | 43.33º | 0.31% | 0.34% | - |
| HSV(B) | 43.33º | 0.47% | 0.45% | - |
| XYZ | 12.22 | 12.83 | 6.11 | - |
| YUV | 99.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 60 | 0 | 0.13 | 0.47 | 0.55 | 43.33 | 0.31 | 0.34 |
| Hex | 72 | 63 | 3C | 0 | D | 2F | 37 | 2B | 1F | 22 |
| Octal | 162 | 143 | 74 | 0 | 15 | 57 | 67 | 53 | 37 | 42 |
| Binary | 1110010 | 1100011 | 111100 | 0 | 1101 | 101111 | 110111 | 101011 | 11111 | 100010 |
Color Harmonies of #72633C
Complementary color
Monochromatic Colors of #72633C
Black with #72633C
Text Example
Text Example
White with #72633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72633C; }
p { color: rgb(114,99,60); }
H1.HeaderClassName
{
color: #72633C;
}
.AnyTagClassName
{
color: #72633C;
}
</style>
background-color css
<style>
a { background-color: #72633C; }
a { background-color: rgb(114,99,60); }
div.DivClassName
{
background-color: #72633C;
}
.BgClassName
{
background-color: #72633C;
}
</style>
border-color css
<style>
span { border-color: #72633C; }
span { border-color: rgb(114,99,60); }
td.TdClassName
{
border-color: #72633C;
}
.TagClassName
{
border-color: #72633C;
}
</style>