Html Css Color HEX #7C6D3D Yellow Metal

📋 copy color: '#7C6D3D'

red 124 ◦ green 109 ◦ blue 61

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

Shades of Yellow Metal #7C6D3D

Tints of Yellow Metal #7C6D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

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

R = 42.18%
G = 37.07%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C6D3D (or 0x7C6D3D) is known color: Yellow Metal. HEX triplet: 7C, 6D and 3D. RGB value is (124,109,61). Sum of RGB (Red+Green+Blue) = 124+109+61=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D3D is #8392C2. Grayscale: #6C6C6C. Windows color (decimal): -8622787 or 4025724. OLE color: 4025724.

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

Color convert

RGB 124 109 61 -
CMYK 0 0.12 0.51 0.51
HSL 45.71º 0.34% 0.36% -
HSV(B) 45.71º 0.51% 0.49% -
XYZ 14.62 15.56 6.65 -
YUV 108.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 124 109 61 0 0.12 0.51 0.51 45.71 0.34 0.36
Hex 7C 6D 3D 0 C 33 33 2E 22 24
Octal 174 155 75 0 14 63 63 56 42 44
Binary 1111100 1101101 111101 0 1100 110011 110011 101110 100010 100100

Color Harmonies of #7C6D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D3D

Black with #7C6D3D

Text Example


Text Example

White with #7C6D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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