#78613E

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

Shades of Yellow Metal #78613E

Tints of Yellow Metal #78613E

Color information

#78613E (or 0x78613E) is unknown color: approx Yellow Metal. HEX triplet: 78, 61 and 3E. RGB value is (120,97,62). Sum of RGB (Red+Green+Blue) = 120+97+62=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613E is #879EC1. Grayscale: #646464. Windows color (decimal): -8888002 or 4088184. OLE color: 4088184.

HSL color Cylindrical-coordinate representation of color #78613E: hue angle of 36.21º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78613E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1209762-
CMYK00.190.480.53
HSL36.21º31.87%35.69%-
HSV(B)36.21º48.33%47.06%-
XYZ12.8912.896.37-
YUV99.89106.62142.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=43.01%
G=34.77%
B=22.22%

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
Decimal120976200.190.480.5336.2131.8735.69
Hex78613E0133035242024
Octal170141760236065444044
Binary11110001100001111110010011110000110101100100100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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