Html Css Color HEX #796242 Yellow Metal

📋 copy color: '#796242'

red 121 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #796242

Tints of Yellow Metal #796242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 42.46%
G = 34.39%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#796242 (or 0x796242) is known color: Yellow Metal. HEX triplet: 79, 62 and 42. RGB value is (121,98,66). Sum of RGB (Red+Green+Blue) = 121+98+66=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 121 - color contains mainly: red. Hex color #796242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796242 is #869DBD. Grayscale: #656565. Windows color (decimal): -8822206 or 4350585. OLE color: 4350585.

HSL color Cylindrical-coordinate representation of color #796242: hue angle of 34.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #796242 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 98 66 -
CMYK 0 0.19 0.45 0.53
HSL 34.91º 0.29% 0.37% -
HSV(B) 34.91º 0.45% 0.47% -
XYZ 13.24 13.19 7 -
YUV 101.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 121 98 66 0 0.19 0.45 0.53 34.91 0.29 0.37
Hex 79 62 42 0 13 2D 35 23 1D 25
Octal 171 142 102 0 23 55 65 43 35 45
Binary 1111001 1100010 1000010 0 10011 101101 110101 100011 11101 100101

Color Harmonies of #796242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796242

Black with #796242

Text Example


Text Example

White with #796242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796242; }

 p { color: rgb(121,98,66); }

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

background-color css

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

 a { background-color: rgb(121,98,66); }

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

border-color css

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

 span { border-color: rgb(121,98,66); }

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