Html Css Color HEX #7C653D Yellow Metal

📋 copy color: '#7C653D'

red 124 ◦ green 101 ◦ blue 61

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

Shades of Yellow Metal #7C653D

Tints of Yellow Metal #7C653D

RGB

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

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

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

R = 43.36%
G = 35.31%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C653D (or 0x7C653D) is known color: Yellow Metal. HEX triplet: 7C, 65 and 3D. RGB value is (124,101,61). Sum of RGB (Red+Green+Blue) = 124+101+61=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C653D is #839AC2. Grayscale: #676767. Windows color (decimal): -8624835 or 4023676. OLE color: 4023676.

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

Color convert

RGB 124 101 61 -
CMYK 0 0.19 0.51 0.51
HSL 38.1º 0.34% 0.36% -
HSV(B) 38.1º 0.51% 0.49% -
XYZ 13.81 13.93 6.38 -
YUV 103.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 124 101 61 0 0.19 0.51 0.51 38.1 0.34 0.36
Hex 7C 65 3D 0 13 33 33 26 22 24
Octal 174 145 75 0 23 63 63 46 42 44
Binary 1111100 1100101 111101 0 10011 110011 110011 100110 100010 100100

Color Harmonies of #7C653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C653D

Black with #7C653D

Text Example


Text Example

White with #7C653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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