Html Css Color HEX #7C6E3B Yellow Metal

📋 copy color: '#7C6E3B'

red 124 ◦ green 110 ◦ blue 59

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

Shades of Yellow Metal #7C6E3B

Tints of Yellow Metal #7C6E3B

RGB

 RED value IS 124 (48.83% from 255) = 42.32%

 GREEN value IS 110 (43.36% from 255) = 37.54%

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

R = 42.32%
G = 37.54%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C6E3B (or 0x7C6E3B) is known color: Yellow Metal. HEX triplet: 7C, 6E and 3B. RGB value is (124,110,59). Sum of RGB (Red+Green+Blue) = 124+110+59=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E3B is #8391C4. Grayscale: #6C6C6C. Windows color (decimal): -8622533 or 3894908. OLE color: 3894908.

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

Color convert

RGB 124 110 59 -
CMYK 0 0.11 0.52 0.51
HSL 47.08º 0.36% 0.36% -
HSV(B) 47.08º 0.52% 0.49% -
XYZ 14.68 15.75 6.4 -
YUV 108.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 124 110 59 0 0.11 0.52 0.51 47.08 0.36 0.36
Hex 7C 6E 3B 0 B 34 33 2F 24 24
Octal 174 156 73 0 13 64 63 57 44 44
Binary 1111100 1101110 111011 0 1011 110100 110011 101111 100100 100100

Color Harmonies of #7C6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E3B

Black with #7C6E3B

Text Example


Text Example

White with #7C6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,59); }

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

background-color css

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

 a { background-color: rgb(124,110,59); }

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

border-color css

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

 span { border-color: rgb(124,110,59); }

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