Html Css Color HEX #7E6441 Yellow Metal

📋 copy color: '#7E6441'

red 126 ◦ green 100 ◦ blue 65

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

Shades of Yellow Metal #7E6441

Tints of Yellow Metal #7E6441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 43.3%
G = 34.36%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E6441 (or 0x7E6441) is known color: Yellow Metal. HEX triplet: 7E, 64 and 41. RGB value is (126,100,65). Sum of RGB (Red+Green+Blue) = 126+100+65=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6441 is #819BBE. Grayscale: #676767. Windows color (decimal): -8494015 or 4285566. OLE color: 4285566.

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

Color convert

RGB 126 100 65 -
CMYK 0 0.21 0.48 0.51
HSL 34.43º 0.32% 0.37% -
HSV(B) 34.43º 0.48% 0.49% -
XYZ 14.12 13.93 6.95 -
YUV 103.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 126 100 65 0 0.21 0.48 0.51 34.43 0.32 0.37
Hex 7E 64 41 0 15 30 33 22 20 25
Octal 176 144 101 0 25 60 63 42 40 45
Binary 1111110 1100100 1000001 0 10101 110000 110011 100010 100000 100101

Color Harmonies of #7E6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6441

Black with #7E6441

Text Example


Text Example

White with #7E6441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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