Html Css Color HEX #7E6F3A Yellow Metal

📋 copy color: '#7E6F3A'

red 126 ◦ green 111 ◦ blue 58

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

Shades of Yellow Metal #7E6F3A

Tints of Yellow Metal #7E6F3A

RGB

 RED value IS 126 (49.61% from 255) = 42.71%

 GREEN value IS 111 (43.75% from 255) = 37.63%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 42.71%
G = 37.63%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E6F3A (or 0x7E6F3A) is known color: Yellow Metal. HEX triplet: 7E, 6F and 3A. RGB value is (126,111,58). Sum of RGB (Red+Green+Blue) = 126+111+58=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6F3A is #8190C5. Grayscale: #6D6D6D. Windows color (decimal): -8491206 or 3829630. OLE color: 3829630.

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

Color convert

RGB 126 111 58 -
CMYK 0 0.12 0.54 0.51
HSL 46.76º 0.37% 0.36% -
HSV(B) 46.76º 0.54% 0.49% -
XYZ 15.05 16.11 6.32 -
YUV 109.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 126 111 58 0 0.12 0.54 0.51 46.76 0.37 0.36
Hex 7E 6F 3A 0 C 36 33 2F 25 24
Octal 176 157 72 0 14 66 63 57 45 44
Binary 1111110 1101111 111010 0 1100 110110 110011 101111 100101 100100

Color Harmonies of #7E6F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6F3A

Black with #7E6F3A

Text Example


Text Example

White with #7E6F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,111,58); }

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

background-color css

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

 a { background-color: rgb(126,111,58); }

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

border-color css

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

 span { border-color: rgb(126,111,58); }

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