#7C6B41

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

Shades of Yellow Metal #7C6B41

Tints of Yellow Metal #7C6B41

Color information

#7C6B41 (or 0x7C6B41) is unknown color: approx Yellow Metal. HEX triplet: 7C, 6B and 41. RGB value is (124,107,65). Sum of RGB (Red+Green+Blue) = 124+107+65=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B41 is #8394BE. Grayscale: #6B6B6B. Windows color (decimal): -8623295 or 4287356. OLE color: 4287356.

HSL color Cylindrical-coordinate representation of color #7C6B41: hue angle of 42.71º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6B41 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB12410765-
CMYK00.140.480.51
HSL42.71º31.22%37.06%-
HSV(B)42.71º47.58%48.63%-
XYZ14.5215.187.17-
YUV107.29104.13139.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.89%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=41.89%
G=36.15%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241076500.140.480.5142.7131.2237.06
Hex7C6B410E30332b1f25
Octal1741531010166063533745
Binary1111100110101110000010111011000011001110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,65); }

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

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

 a { background-color: rgb(124,107,65); }

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

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

 span { border-color: rgb(124,107,65); }

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