Html Css Color HEX #7C653C Yellow Metal

📋 copy color: '#7C653C'

red 124 ◦ green 101 ◦ blue 60

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

Shades of Yellow Metal #7C653C

Tints of Yellow Metal #7C653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 43.51%
G = 35.44%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C653C (or 0x7C653C) is known color: Yellow Metal. HEX triplet: 7C, 65 and 3C. RGB value is (124,101,60). Sum of RGB (Red+Green+Blue) = 124+101+60=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C653C is #839AC3. Grayscale: #676767. Windows color (decimal): -8624836 or 3958140. OLE color: 3958140.

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

Color convert

RGB 124 101 60 -
CMYK 0 0.19 0.52 0.51
HSL 38.44º 0.35% 0.36% -
HSV(B) 38.44º 0.52% 0.49% -
XYZ 13.78 13.92 6.24 -
YUV 103.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 124 101 60 0 0.19 0.52 0.51 38.44 0.35 0.36
Hex 7C 65 3C 0 13 34 33 26 23 24
Octal 174 145 74 0 23 64 63 46 43 44
Binary 1111100 1100101 111100 0 10011 110100 110011 100110 100011 100100

Color Harmonies of #7C653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C653C

Black with #7C653C

Text Example


Text Example

White with #7C653C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,60); }

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

background-color css

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

 a { background-color: rgb(124,101,60); }

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

border-color css

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

 span { border-color: rgb(124,101,60); }

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