Html Css Color HEX #7C643D Yellow Metal

📋 copy color: '#7C643D'

red 124 ◦ green 100 ◦ blue 61

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

Shades of Yellow Metal #7C643D

Tints of Yellow Metal #7C643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 43.51%
G = 35.09%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C643D (or 0x7C643D) is known color: Yellow Metal. HEX triplet: 7C, 64 and 3D. RGB value is (124,100,61). Sum of RGB (Red+Green+Blue) = 124+100+61=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C643D is #839BC2. Grayscale: #666666. Windows color (decimal): -8625091 or 4023420. OLE color: 4023420.

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

Color convert

RGB 124 100 61 -
CMYK 0 0.19 0.51 0.51
HSL 37.14º 0.34% 0.36% -
HSV(B) 37.14º 0.51% 0.49% -
XYZ 13.71 13.74 6.34 -
YUV 102.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 124 100 61 0 0.19 0.51 0.51 37.14 0.34 0.36
Hex 7C 64 3D 0 13 33 33 25 22 24
Octal 174 144 75 0 23 63 63 45 42 44
Binary 1111100 1100100 111101 0 10011 110011 110011 100101 100010 100100

Color Harmonies of #7C643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C643D

Black with #7C643D

Text Example


Text Example

White with #7C643D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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