#78613F

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

Shades of Yellow Metal #78613F

Tints of Yellow Metal #78613F

Color information

#78613F (or 0x78613F) is unknown color: approx Yellow Metal. HEX triplet: 78, 61 and 3F. RGB value is (120,97,63). Sum of RGB (Red+Green+Blue) = 120+97+63=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613F is #879EC0. Grayscale: #646464. Windows color (decimal): -8888001 or 4153720. OLE color: 4153720.

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

Color convert

RGB1209763-
CMYK00.190.480.53
HSL35.79º31.15%35.88%-
HSV(B)35.79º47.5%47.06%-
XYZ12.9212.96.51-
YUV100107.12142.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 63 (25% from 255) = 22.5%
R=42.86%
G=34.64%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120976300.190.480.5335.7931.1535.88
Hex78613F0133035241f24
Octal170141770236065443744
Binary1111000110000111111101001111000011010110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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