#7C693A

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

Shades of Yellow Metal #7C693A

Tints of Yellow Metal #7C693A

Color information

#7C693A (or 0x7C693A) is unknown color: approx Yellow Metal. HEX triplet: 7C, 69 and 3A. RGB value is (124,105,58). Sum of RGB (Red+Green+Blue) = 124+105+58=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C693A is #8396C5. Grayscale: #696969. Windows color (decimal): -8623814 or 3828092. OLE color: 3828092.

HSL color Cylindrical-coordinate representation of color #7C693A: hue angle of 42.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C693A is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB12410558-
CMYK00.150.530.51
HSL42.73º36.26%35.69%-
HSV(B)42.73º53.23%48.63%-
XYZ14.1314.696.09-
YUV105.32101.29141.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=43.21%
G=36.59%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241055800.150.530.5142.7336.2635.69
Hex7C693A0F35332b2424
Octal174151720176563534444
Binary1111100110100111101001111110101110011101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,58); }

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

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

 a { background-color: rgb(124,105,58); }

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

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

 span { border-color: rgb(124,105,58); }

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