#78613C

Color #78613C Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #78613C

Tints of Yellow Metal #78613C

Color information

#78613C (or 0x78613C) is unknown color: approx Yellow Metal. HEX triplet: 78, 61 and 3C. RGB value is (120,97,60). Sum of RGB (Red+Green+Blue) = 120+97+60=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613C is #879EC3. Grayscale: #636363. Windows color (decimal): -8888004 or 3957112. OLE color: 3957112.

HSL color Cylindrical-coordinate representation of color #78613C: hue angle of 37º degrees, saturation: 0.33, 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 #78613C is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1209760-
CMYK00.190.50.53
HSL37º33.33%35.29%-
HSV(B)37º50%47.06%-
XYZ12.8412.876.08-
YUV99.66105.62142.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.32%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=43.32%
G=35.02%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120976000.190.50.533733.3335.29
Hex78613C0133235252123
Octal170141740236265454143
Binary11110001100001111100010011110010110101100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78613C; }

 p { color: rgb(120,97,60); }

 H1.HeaderClassName
 {
   color: #78613C;
 }
 .AnyTagClassName
 {
   color: #78613C;
 }
</style>
background-color css

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

 a { background-color: rgb(120,97,60); }

 div.DivClassName
 {
   background-color: #78613C;
 }
 .BgClassName
 {
   background-color: #78613C;
 }
</style>
border-color css

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

 span { border-color: rgb(120,97,60); }

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