#7D6C3F

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

Shades of Yellow Metal #7D6C3F

Tints of Yellow Metal #7D6C3F

Color information

#7D6C3F (or 0x7D6C3F) is unknown color: approx Yellow Metal. HEX triplet: 7D, 6C and 3F. RGB value is (125,108,63). Sum of RGB (Red+Green+Blue) = 125+108+63=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6C3F is #8293C0. Grayscale: #6C6C6C. Windows color (decimal): -8557505 or 4156541. OLE color: 4156541.

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

Color convert

RGB12510863-
CMYK00.140.500.51
HSL43.55º32.98%36.86%-
HSV(B)43.55º49.6%49.02%-
XYZ14.7215.446.91-
YUV107.95102.63140.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 42.23%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 63 (25% from 255) = 21.28%
R=42.23%
G=36.49%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251086300.140.500.5143.5532.9836.86
Hex7D6C3F0E32332c2125
Octal175154770166263544145
Binary1111101110110011111101110110010110011101100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,108,63); }

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

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

 a { background-color: rgb(125,108,63); }

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

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

 span { border-color: rgb(125,108,63); }

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