Shades of Yellow Metal #75643D
Tints of Yellow Metal #75643D
RGB
CMYK
RGB Variations
Color information
#75643D (or 0x75643D) is known color: Yellow Metal. HEX triplet: 75, 64 and 3D. RGB value is (117,100,61). Sum of RGB (Red+Green+Blue) = 117+100+61=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75643D is #8A9BC2. Grayscale: #646464. Windows color (decimal): -9083843 or 4023413. OLE color: 4023413.
HSL color Cylindrical-coordinate representation of color #75643D: hue angle of 41.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75643D is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 61 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.54 |
| HSL | 41.79º | 0.31% | 0.35% | - |
| HSV(B) | 41.79º | 0.48% | 0.46% | - |
| XYZ | 12.74 | 13.23 | 6.3 | - |
| YUV | 100.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 61 | 0 | 0.15 | 0.48 | 0.54 | 41.79 | 0.31 | 0.35 |
| Hex | 75 | 64 | 3D | 0 | F | 30 | 36 | 2A | 1F | 23 |
| Octal | 165 | 144 | 75 | 0 | 17 | 60 | 66 | 52 | 37 | 43 |
| Binary | 1110101 | 1100100 | 111101 | 0 | 1111 | 110000 | 110110 | 101010 | 11111 | 100011 |
Color Harmonies of #75643D
Complementary color
Monochromatic Colors of #75643D
Black with #75643D
Text Example
Text Example
White with #75643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75643D; }
p { color: rgb(117,100,61); }
H1.HeaderClassName
{
color: #75643D;
}
.AnyTagClassName
{
color: #75643D;
}
</style>
background-color css
<style>
a { background-color: #75643D; }
a { background-color: rgb(117,100,61); }
div.DivClassName
{
background-color: #75643D;
}
.BgClassName
{
background-color: #75643D;
}
</style>
border-color css
<style>
span { border-color: #75643D; }
span { border-color: rgb(117,100,61); }
td.TdClassName
{
border-color: #75643D;
}
.TagClassName
{
border-color: #75643D;
}
</style>