Html Css Color HEX #7E6B3B Yellow Metal

📋 copy color: '#7E6B3B'

red 126 ◦ green 107 ◦ blue 59

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

Shades of Yellow Metal #7E6B3B

Tints of Yellow Metal #7E6B3B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

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

R = 43.15%
G = 36.64%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E6B3B (or 0x7E6B3B) is known color: Yellow Metal. HEX triplet: 7E, 6B and 3B. RGB value is (126,107,59). Sum of RGB (Red+Green+Blue) = 126+107+59=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6B3B is #8194C4. Grayscale: #6B6B6B. Windows color (decimal): -8492229 or 3894142. OLE color: 3894142.

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

Color convert

RGB 126 107 59 -
CMYK 0 0.15 0.53 0.51
HSL 42.99º 0.36% 0.36% -
HSV(B) 42.99º 0.53% 0.49% -
XYZ 14.65 15.27 6.31 -
YUV 107.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 126 107 59 0 0.15 0.53 0.51 42.99 0.36 0.36
Hex 7E 6B 3B 0 F 35 33 2B 24 24
Octal 176 153 73 0 17 65 63 53 44 44
Binary 1111110 1101011 111011 0 1111 110101 110011 101011 100100 100100

Color Harmonies of #7E6B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6B3B

Black with #7E6B3B

Text Example


Text Example

White with #7E6B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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