Html Css Color HEX #796640 Yellow Metal

📋 copy color: '#796640'

red 121 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #796640

Tints of Yellow Metal #796640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 64 (25.39% from 255) = 22.3%

R = 42.16%
G = 35.54%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#796640 (or 0x796640) is known color: Yellow Metal. HEX triplet: 79, 66 and 40. RGB value is (121,102,64). Sum of RGB (Red+Green+Blue) = 121+102+64=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796640 is #8699BF. Grayscale: #676767. Windows color (decimal): -8821184 or 4220537. OLE color: 4220537.

HSL color Cylindrical-coordinate representation of color #796640: hue angle of 40º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796640 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 102 64 -
CMYK 0 0.16 0.47 0.53
HSL 40º 0.31% 0.36% -
HSV(B) 40º 0.47% 0.47% -
XYZ 13.56 13.94 6.83 -
YUV 103.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 121 102 64 0 0.16 0.47 0.53 40 0.31 0.36
Hex 79 66 40 0 10 2F 35 28 1F 24
Octal 171 146 100 0 20 57 65 50 37 44
Binary 1111001 1100110 1000000 0 10000 101111 110101 101000 11111 100100

Color Harmonies of #796640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796640

Black with #796640

Text Example


Text Example

White with #796640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796640; }

 p { color: rgb(121,102,64); }

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

background-color css

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

 a { background-color: rgb(121,102,64); }

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

border-color css

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

 span { border-color: rgb(121,102,64); }

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