Html Css Color HEX #7C6445 Yellow Metal

📋 copy color: '#7C6445'

red 124 ◦ green 100 ◦ blue 69

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

Shades of Yellow Metal #7C6445

Tints of Yellow Metal #7C6445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 42.32%
G = 34.13%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C6445 (or 0x7C6445) is known color: Yellow Metal. HEX triplet: 7C, 64 and 45. RGB value is (124,100,69). Sum of RGB (Red+Green+Blue) = 124+100+69=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6445 is #839BBA. Grayscale: #676767. Windows color (decimal): -8625083 or 4547708. OLE color: 4547708.

HSL color Cylindrical-coordinate representation of color #7C6445: hue angle of 33.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6445 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 69 -
CMYK 0 0.19 0.44 0.51
HSL 33.82º 0.28% 0.38% -
HSV(B) 33.82º 0.44% 0.49% -
XYZ 13.94 13.83 7.56 -
YUV 103.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 124 100 69 0 0.19 0.44 0.51 33.82 0.28 0.38
Hex 7C 64 45 0 13 2C 33 22 1C 26
Octal 174 144 105 0 23 54 63 42 34 46
Binary 1111100 1100100 1000101 0 10011 101100 110011 100010 11100 100110

Color Harmonies of #7C6445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6445

Black with #7C6445

Text Example


Text Example

White with #7C6445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,69); }

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

background-color css

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

 a { background-color: rgb(124,100,69); }

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

border-color css

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

 span { border-color: rgb(124,100,69); }

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