Shades of Yellow Metal #71693C
Tints of Yellow Metal #71693C
RGB
CMYK
RGB Variations
Color information
#71693C (or 0x71693C) is known color: Yellow Metal. HEX triplet: 71, 69 and 3C. RGB value is (113,105,60). Sum of RGB (Red+Green+Blue) = 113+105+60=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71693C is #8E96C3. Grayscale: #666666. Windows color (decimal): -9344708 or 3959153. OLE color: 3959153.
HSL color Cylindrical-coordinate representation of color #71693C: hue angle of 50.94º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71693C is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 60 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.56 |
| HSL | 50.94º | 0.31% | 0.34% | - |
| HSV(B) | 50.94º | 0.47% | 0.44% | - |
| XYZ | 12.68 | 13.94 | 6.3 | - |
| YUV | 102.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 60 | 0 | 0.07 | 0.47 | 0.56 | 50.94 | 0.31 | 0.34 |
| Hex | 71 | 69 | 3C | 0 | 7 | 2F | 38 | 33 | 1F | 22 |
| Octal | 161 | 151 | 74 | 0 | 7 | 57 | 70 | 63 | 37 | 42 |
| Binary | 1110001 | 1101001 | 111100 | 0 | 111 | 101111 | 111000 | 110011 | 11111 | 100010 |
Color Harmonies of #71693C
Complementary color
Monochromatic Colors of #71693C
Black with #71693C
Text Example
Text Example
White with #71693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71693C; }
p { color: rgb(113,105,60); }
H1.HeaderClassName
{
color: #71693C;
}
.AnyTagClassName
{
color: #71693C;
}
</style>
background-color css
<style>
a { background-color: #71693C; }
a { background-color: rgb(113,105,60); }
div.DivClassName
{
background-color: #71693C;
}
.BgClassName
{
background-color: #71693C;
}
</style>
border-color css
<style>
span { border-color: #71693C; }
span { border-color: rgb(113,105,60); }
td.TdClassName
{
border-color: #71693C;
}
.TagClassName
{
border-color: #71693C;
}
</style>