#7B6542

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

Shades of Yellow Metal #7B6542

Tints of Yellow Metal #7B6542

Color information

#7B6542 (or 0x7B6542) is unknown color: approx Yellow Metal. HEX triplet: 7B, 65 and 42. RGB value is (123,101,66). Sum of RGB (Red+Green+Blue) = 123+101+66=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6542 is #849ABD. Grayscale: #676767. Windows color (decimal): -8690366 or 4351355. OLE color: 4351355.

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

Color convert

RGB12310166-
CMYK00.180.460.52
HSL36.84º30.16%37.06%-
HSV(B)36.84º46.34%48.24%-
XYZ13.8113.917.11-
YUV103.59106.79141.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=42.41%
G=34.83%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231016600.180.460.5236.8430.1637.06
Hex7B65420122E34251e25
Octal1731451020225664453645
Binary11110111100101100001001001010111011010010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,101,66); }

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

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

 a { background-color: rgb(123,101,66); }

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

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

 span { border-color: rgb(123,101,66); }

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