#7A643F

Color #7A643F Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7A643F

Tints of Yellow Metal #7A643F

Color information

#7A643F (or 0x7A643F) is unknown color: approx Yellow Metal. HEX triplet: 7A, 64 and 3F. RGB value is (122,100,63). Sum of RGB (Red+Green+Blue) = 122+100+63=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A643F is #859BC0. Grayscale: #666666. Windows color (decimal): -8756161 or 4154490. OLE color: 4154490.

HSL color Cylindrical-coordinate representation of color #7A643F: hue angle of 37.63º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A643F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB12210063-
CMYK00.180.480.52
HSL37.63º31.89%36.27%-
HSV(B)37.63º48.36%47.84%-
XYZ13.4813.616.62-
YUV102.36105.79142.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 63 (25% from 255) = 22.11%
R=42.81%
G=35.09%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221006300.180.480.5237.6331.8936.27
Hex7A643F0123034262024
Octal172144770226064464044
Binary11110101100100111111010010110000110100100110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A643F; }

 p { color: rgb(122,100,63); }

 H1.HeaderClassName
 {
   color: #7A643F;
 }
 .AnyTagClassName
 {
   color: #7A643F;
 }
</style>
background-color css

<style>
 a { background-color: #7A643F; }

 a { background-color: rgb(122,100,63); }

 div.DivClassName
 {
   background-color: #7A643F;
 }
 .BgClassName
 {
   background-color: #7A643F;
 }
</style>
border-color css

<style>
 span { border-color: #7A643F; }

 span { border-color: rgb(122,100,63); }

 td.TdClassName
 {
   border-color: #7A643F;
 }
 .TagClassName
 {
   border-color: #7A643F;
 }
</style>