Html Css Color HEX #7D6E3C Yellow Metal

📋 copy color: '#7D6E3C'

red 125 ◦ green 110 ◦ blue 60

#7D6E3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #7D6E3C

Tints of Yellow Metal #7D6E3C

RGB

 RED value IS 125 (49.22% from 255) = 42.37%

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 42.37%
G = 37.29%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D6E3C (or 0x7D6E3C) is known color: Yellow Metal. HEX triplet: 7D, 6E and 3C. RGB value is (125,110,60). Sum of RGB (Red+Green+Blue) = 125+110+60=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6E3C is #8291C3. Grayscale: #6C6C6C. Windows color (decimal): -8556996 or 3960445. OLE color: 3960445.

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

Color convert

RGB 125 110 60 -
CMYK 0 0.12 0.52 0.51
HSL 46.15º 0.35% 0.36% -
HSV(B) 46.15º 0.52% 0.49% -
XYZ 14.85 15.84 6.55 -
YUV 108.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 125 110 60 0 0.12 0.52 0.51 46.15 0.35 0.36
Hex 7D 6E 3C 0 C 34 33 2E 23 24
Octal 175 156 74 0 14 64 63 56 43 44
Binary 1111101 1101110 111100 0 1100 110100 110011 101110 100011 100100

Color Harmonies of #7D6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6E3C

Black with #7D6E3C

Text Example


Text Example

White with #7D6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,110,60); }

 H1.HeaderClassName
 {
   color: #7D6E3C;
 }
 .AnyTagClassName
 {
   color: #7D6E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(125,110,60); }

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

border-color css

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

 span { border-color: rgb(125,110,60); }

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