Html Css Color HEX #7C683A Yellow Metal

📋 copy color: '#7C683A'

red 124 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #7C683A

Tints of Yellow Metal #7C683A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 43.36%
G = 36.36%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C683A (or 0x7C683A) is known color: Yellow Metal. HEX triplet: 7C, 68 and 3A. RGB value is (124,104,58). Sum of RGB (Red+Green+Blue) = 124+104+58=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683A is #8397C5. Grayscale: #686868. Windows color (decimal): -8624070 or 3827836. OLE color: 3827836.

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

Color convert

RGB 124 104 58 -
CMYK 0 0.16 0.53 0.51
HSL 41.82º 0.36% 0.36% -
HSV(B) 41.82º 0.53% 0.49% -
XYZ 14.03 14.49 6.06 -
YUV 104.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 124 104 58 0 0.16 0.53 0.51 41.82 0.36 0.36
Hex 7C 68 3A 0 10 35 33 2A 24 24
Octal 174 150 72 0 20 65 63 52 44 44
Binary 1111100 1101000 111010 0 10000 110101 110011 101010 100100 100100

Color Harmonies of #7C683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C683A

Black with #7C683A

Text Example


Text Example

White with #7C683A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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