Html Css Color HEX #7E653B Yellow Metal

📋 copy color: '#7E653B'

red 126 ◦ green 101 ◦ blue 59

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

Shades of Yellow Metal #7E653B

Tints of Yellow Metal #7E653B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 44.06%
G = 35.31%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E653B (or 0x7E653B) is known color: Yellow Metal. HEX triplet: 7E, 65 and 3B. RGB value is (126,101,59). Sum of RGB (Red+Green+Blue) = 126+101+59=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E653B is #819AC4. Grayscale: #676767. Windows color (decimal): -8493765 or 3892606. OLE color: 3892606.

HSL color Cylindrical-coordinate representation of color #7E653B: hue angle of 37.61º 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 #7E653B is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 101 59 -
CMYK 0 0.20 0.53 0.51
HSL 37.61º 0.36% 0.36% -
HSV(B) 37.61º 0.53% 0.49% -
XYZ 14.05 14.06 6.11 -
YUV 103.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 126 101 59 0 0.20 0.53 0.51 37.61 0.36 0.36
Hex 7E 65 3B 0 14 35 33 26 24 24
Octal 176 145 73 0 24 65 63 46 44 44
Binary 1111110 1100101 111011 0 10100 110101 110011 100110 100100 100100

Color Harmonies of #7E653B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E653B

Black with #7E653B

Text Example


Text Example

White with #7E653B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,101,59); }

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

background-color css

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

 a { background-color: rgb(126,101,59); }

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

border-color css

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

 span { border-color: rgb(126,101,59); }

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