Html Css Color HEX #7C6B40 Yellow Metal

📋 copy color: '#7C6B40'

red 124 ◦ green 107 ◦ blue 64

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

Shades of Yellow Metal #7C6B40

Tints of Yellow Metal #7C6B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 42.03%
G = 36.27%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6B40 (or 0x7C6B40) is known color: Yellow Metal. HEX triplet: 7C, 6B and 40. RGB value is (124,107,64). Sum of RGB (Red+Green+Blue) = 124+107+64=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6B40 is #8394BF. Grayscale: #6B6B6B. Windows color (decimal): -8623296 or 4221820. OLE color: 4221820.

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

Color convert

RGB 124 107 64 -
CMYK 0 0.14 0.48 0.51
HSL 43º 0.32% 0.37% -
HSV(B) 43º 0.48% 0.49% -
XYZ 14.5 15.17 7.01 -
YUV 107.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 124 107 64 0 0.14 0.48 0.51 43 0.32 0.37
Hex 7C 6B 40 0 E 30 33 2B 20 25
Octal 174 153 100 0 16 60 63 53 40 45
Binary 1111100 1101011 1000000 0 1110 110000 110011 101011 100000 100101

Color Harmonies of #7C6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6B40

Black with #7C6B40

Text Example


Text Example

White with #7C6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,107,64); }

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

background-color css

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

 a { background-color: rgb(124,107,64); }

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

border-color css

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

 span { border-color: rgb(124,107,64); }

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