Html Css Color HEX #7E6436 Yellow Metal

📋 copy color: '#7E6436'

red 126 ◦ green 100 ◦ blue 54

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

Shades of Yellow Metal #7E6436

Tints of Yellow Metal #7E6436

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 45%
G = 35.71%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7E6436 (or 0x7E6436) is known color: Yellow Metal. HEX triplet: 7E, 64 and 36. RGB value is (126,100,54). Sum of RGB (Red+Green+Blue) = 126+100+54=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6436 is #819BC9. Grayscale: #666666. Windows color (decimal): -8494026 or 3564670. OLE color: 3564670.

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

Color convert

RGB 126 100 54 -
CMYK 0 0.21 0.57 0.51
HSL 38.33º 0.4% 0.35% -
HSV(B) 38.33º 0.57% 0.49% -
XYZ 13.83 13.82 5.43 -
YUV 102.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 126 100 54 0 0.21 0.57 0.51 38.33 0.4 0.35
Hex 7E 64 36 0 15 39 33 26 28 23
Octal 176 144 66 0 25 71 63 46 50 43
Binary 1111110 1100100 110110 0 10101 111001 110011 100110 101000 100011

Color Harmonies of #7E6436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6436

Black with #7E6436

Text Example


Text Example

White with #7E6436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,100,54); }

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

background-color css

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

 a { background-color: rgb(126,100,54); }

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

border-color css

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

 span { border-color: rgb(126,100,54); }

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