Html Css Color HEX #7C6340 Yellow Metal

📋 copy color: '#7C6340'

red 124 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #7C6340

Tints of Yellow Metal #7C6340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 43.21%
G = 34.49%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6340 (or 0x7C6340) is known color: Yellow Metal. HEX triplet: 7C, 63 and 40. RGB value is (124,99,64). Sum of RGB (Red+Green+Blue) = 124+99+64=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6340 is #839CBF. Grayscale: #666666. Windows color (decimal): -8625344 or 4219772. OLE color: 4219772.

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

Color convert

RGB 124 99 64 -
CMYK 0 0.20 0.48 0.51
HSL 35º 0.32% 0.37% -
HSV(B) 35º 0.48% 0.49% -
XYZ 13.7 13.58 6.75 -
YUV 102.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 124 99 64 0 0.20 0.48 0.51 35 0.32 0.37
Hex 7C 63 40 0 14 30 33 23 20 25
Octal 174 143 100 0 24 60 63 43 40 45
Binary 1111100 1100011 1000000 0 10100 110000 110011 100011 100000 100101

Color Harmonies of #7C6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6340

Black with #7C6340

Text Example


Text Example

White with #7C6340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,64); }

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

background-color css

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

 a { background-color: rgb(124,99,64); }

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

border-color css

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

 span { border-color: rgb(124,99,64); }

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