Shades of Yellow Metal #74653D
Tints of Yellow Metal #74653D
RGB
CMYK
RGB Variations
Color information
#74653D (or 0x74653D) is known color: Yellow Metal. HEX triplet: 74, 65 and 3D. RGB value is (116,101,61). Sum of RGB (Red+Green+Blue) = 116+101+61=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #74653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74653D is #8B9AC2. Grayscale: #656565. Windows color (decimal): -9149123 or 4023668. OLE color: 4023668.
HSL color Cylindrical-coordinate representation of color #74653D: hue angle of 43.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74653D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 101 | 61 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.55 |
| HSL | 43.64º | 0.31% | 0.35% | - |
| HSV(B) | 43.64º | 0.47% | 0.45% | - |
| XYZ | 12.7 | 13.36 | 6.32 | - |
| YUV | 100.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 61 | 0 | 0.13 | 0.47 | 0.55 | 43.64 | 0.31 | 0.35 |
| Hex | 74 | 65 | 3D | 0 | D | 2F | 37 | 2C | 1F | 23 |
| Octal | 164 | 145 | 75 | 0 | 15 | 57 | 67 | 54 | 37 | 43 |
| Binary | 1110100 | 1100101 | 111101 | 0 | 1101 | 101111 | 110111 | 101100 | 11111 | 100011 |
Color Harmonies of #74653D
Complementary color
Monochromatic Colors of #74653D
Black with #74653D
Text Example
Text Example
White with #74653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74653D; }
p { color: rgb(116,101,61); }
H1.HeaderClassName
{
color: #74653D;
}
.AnyTagClassName
{
color: #74653D;
}
</style>
background-color css
<style>
a { background-color: #74653D; }
a { background-color: rgb(116,101,61); }
div.DivClassName
{
background-color: #74653D;
}
.BgClassName
{
background-color: #74653D;
}
</style>
border-color css
<style>
span { border-color: #74653D; }
span { border-color: rgb(116,101,61); }
td.TdClassName
{
border-color: #74653D;
}
.TagClassName
{
border-color: #74653D;
}
</style>