Html Css Color HEX #7C693D Yellow Metal

📋 copy color: '#7C693D'

red 124 ◦ green 105 ◦ blue 61

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

Shades of Yellow Metal #7C693D

Tints of Yellow Metal #7C693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.21%

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

R = 42.76%
G = 36.21%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C693D (or 0x7C693D) is known color: Yellow Metal. HEX triplet: 7C, 69 and 3D. RGB value is (124,105,61). Sum of RGB (Red+Green+Blue) = 124+105+61=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C693D is #8396C2. Grayscale: #696969. Windows color (decimal): -8623811 or 4024700. OLE color: 4024700.

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

Color convert

RGB 124 105 61 -
CMYK 0 0.15 0.51 0.51
HSL 41.9º 0.34% 0.36% -
HSV(B) 41.9º 0.51% 0.49% -
XYZ 14.21 14.73 6.51 -
YUV 105.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 124 105 61 0 0.15 0.51 0.51 41.9 0.34 0.36
Hex 7C 69 3D 0 F 33 33 2A 22 24
Octal 174 151 75 0 17 63 63 52 42 44
Binary 1111100 1101001 111101 0 1111 110011 110011 101010 100010 100100

Color Harmonies of #7C693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C693D

Black with #7C693D

Text Example


Text Example

White with #7C693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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