Html Css Color HEX #796C3C Yellow Metal

📋 copy color: '#796C3C'

red 121 ◦ green 108 ◦ blue 60

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

Shades of Yellow Metal #796C3C

Tints of Yellow Metal #796C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 41.87%
G = 37.37%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#796C3C (or 0x796C3C) is known color: Yellow Metal. HEX triplet: 79, 6C and 3C. RGB value is (121,108,60). Sum of RGB (Red+Green+Blue) = 121+108+60=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #796C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C3C is #8693C3. Grayscale: #6A6A6A. Windows color (decimal): -8819652 or 3959929. OLE color: 3959929.

HSL color Cylindrical-coordinate representation of color #796C3C: hue angle of 47.21º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796C3C is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 60 -
CMYK 0 0.11 0.50 0.53
HSL 47.21º 0.34% 0.35% -
HSV(B) 47.21º 0.5% 0.47% -
XYZ 14.06 15.12 6.45 -
YUV 106.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 121 108 60 0 0.11 0.50 0.53 47.21 0.34 0.35
Hex 79 6C 3C 0 B 32 35 2F 22 23
Octal 171 154 74 0 13 62 65 57 42 43
Binary 1111001 1101100 111100 0 1011 110010 110101 101111 100010 100011

Color Harmonies of #796C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C3C

Black with #796C3C

Text Example


Text Example

White with #796C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,60); }

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

background-color css

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

 a { background-color: rgb(121,108,60); }

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

border-color css

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

 span { border-color: rgb(121,108,60); }

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