Html Css Color HEX #79693A Yellow Metal

📋 copy color: '#79693A'

red 121 ◦ green 105 ◦ blue 58

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

Shades of Yellow Metal #79693A

Tints of Yellow Metal #79693A

RGB

 RED value IS 121 (47.66% from 255) = 42.61%

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

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

R = 42.61%
G = 36.97%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79693A (or 0x79693A) is known color: Yellow Metal. HEX triplet: 79, 69 and 3A. RGB value is (121,105,58). Sum of RGB (Red+Green+Blue) = 121+105+58=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79693A is #8696C5. Grayscale: #686868. Windows color (decimal): -8820422 or 3828089. OLE color: 3828089.

HSL color Cylindrical-coordinate representation of color #79693A: hue angle of 44.76º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79693A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 58 -
CMYK 0 0.13 0.52 0.53
HSL 44.76º 0.35% 0.35% -
HSV(B) 44.76º 0.52% 0.47% -
XYZ 13.7 14.47 6.07 -
YUV 104.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 121 105 58 0 0.13 0.52 0.53 44.76 0.35 0.35
Hex 79 69 3A 0 D 34 35 2D 23 23
Octal 171 151 72 0 15 64 65 55 43 43
Binary 1111001 1101001 111010 0 1101 110100 110101 101101 100011 100011

Color Harmonies of #79693A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79693A

Black with #79693A

Text Example


Text Example

White with #79693A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79693A; }

 p { color: rgb(121,105,58); }

 H1.HeaderClassName
 {
   color: #79693A;
 }
 .AnyTagClassName
 {
   color: #79693A;
 }
</style>

background-color css

<style>
 a { background-color: #79693A; }

 a { background-color: rgb(121,105,58); }

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

border-color css

<style>
 span { border-color: #79693A; }

 span { border-color: rgb(121,105,58); }

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