Html Css Color HEX #796B3A Yellow Metal

📋 copy color: '#796B3A'

red 121 ◦ green 107 ◦ blue 58

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

Shades of Yellow Metal #796B3A

Tints of Yellow Metal #796B3A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

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

R = 42.31%
G = 37.41%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#796B3A (or 0x796B3A) is known color: Yellow Metal. HEX triplet: 79, 6B and 3A. RGB value is (121,107,58). Sum of RGB (Red+Green+Blue) = 121+107+58=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #796B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796B3A is #8694C5. Grayscale: #696969. Windows color (decimal): -8819910 or 3828601. OLE color: 3828601.

HSL color Cylindrical-coordinate representation of color #796B3A: hue angle of 46.67º 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 #796B3A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 107 58 -
CMYK 0 0.12 0.52 0.53
HSL 46.67º 0.35% 0.35% -
HSV(B) 46.67º 0.52% 0.47% -
XYZ 13.91 14.89 6.14 -
YUV 105.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 121 107 58 0 0.12 0.52 0.53 46.67 0.35 0.35
Hex 79 6B 3A 0 C 34 35 2F 23 23
Octal 171 153 72 0 14 64 65 57 43 43
Binary 1111001 1101011 111010 0 1100 110100 110101 101111 100011 100011

Color Harmonies of #796B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B3A

Black with #796B3A

Text Example


Text Example

White with #796B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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