Html Css Color HEX #7C683F Yellow Metal

📋 copy color: '#7C683F'

red 124 ◦ green 104 ◦ blue 63

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

Shades of Yellow Metal #7C683F

Tints of Yellow Metal #7C683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 42.61%
G = 35.74%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C683F (or 0x7C683F) is known color: Yellow Metal. HEX triplet: 7C, 68 and 3F. RGB value is (124,104,63). Sum of RGB (Red+Green+Blue) = 124+104+63=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683F is #8397C0. Grayscale: #696969. Windows color (decimal): -8624065 or 4155516. OLE color: 4155516.

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

Color convert

RGB 124 104 63 -
CMYK 0 0.16 0.49 0.51
HSL 40.33º 0.33% 0.37% -
HSV(B) 40.33º 0.49% 0.49% -
XYZ 14.16 14.54 6.76 -
YUV 105.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 124 104 63 0 0.16 0.49 0.51 40.33 0.33 0.37
Hex 7C 68 3F 0 10 31 33 28 21 25
Octal 174 150 77 0 20 61 63 50 41 45
Binary 1111100 1101000 111111 0 10000 110001 110011 101000 100001 100101

Color Harmonies of #7C683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C683F

Black with #7C683F

Text Example


Text Example

White with #7C683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,63); }

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

background-color css

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

 a { background-color: rgb(124,104,63); }

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

border-color css

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

 span { border-color: rgb(124,104,63); }

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