Html Css Color HEX #796540 Yellow Metal

📋 copy color: '#796540'

red 121 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #796540

Tints of Yellow Metal #796540

RGB

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

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

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

R = 42.31%
G = 35.31%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#796540 (or 0x796540) is known color: Yellow Metal. HEX triplet: 79, 65 and 40. RGB value is (121,101,64). Sum of RGB (Red+Green+Blue) = 121+101+64=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796540 is #869ABF. Grayscale: #666666. Windows color (decimal): -8821440 or 4220281. OLE color: 4220281.

HSL color Cylindrical-coordinate representation of color #796540: hue angle of 38.95º 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 #796540 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 101 64 -
CMYK 0 0.17 0.47 0.53
HSL 38.95º 0.31% 0.36% -
HSV(B) 38.95º 0.47% 0.47% -
XYZ 13.46 13.74 6.79 -
YUV 102.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 121 101 64 0 0.17 0.47 0.53 38.95 0.31 0.36
Hex 79 65 40 0 11 2F 35 27 1F 24
Octal 171 145 100 0 21 57 65 47 37 44
Binary 1111001 1100101 1000000 0 10001 101111 110101 100111 11111 100100

Color Harmonies of #796540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796540

Black with #796540

Text Example


Text Example

White with #796540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796540; }

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

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

background-color css

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

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

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

border-color css

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

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

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