#78643A

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

Shades of Yellow Metal #78643A

Tints of Yellow Metal #78643A

Color information

#78643A (or 0x78643A) is unknown color: approx Yellow Metal. HEX triplet: 78, 64 and 3A. RGB value is (120,100,58). Sum of RGB (Red+Green+Blue) = 120+100+58=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78643A is #879BC5. Grayscale: #656565. Windows color (decimal): -8887238 or 3826808. OLE color: 3826808.

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

Color convert

RGB12010058-
CMYK00.170.520.53
HSL40.65º34.83%34.9%-
HSV(B)40.65º51.67%47.06%-
XYZ13.0713.415.9-
YUV101.19103.63141.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.17%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=43.17%
G=35.97%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201005800.170.520.5340.6534.8334.9
Hex78643A0113435292323
Octal170144720216465514343
Binary11110001100100111010010001110100110101101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78643A; }

 p { color: rgb(120,100,58); }

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

<style>
 a { background-color: #78643A; }

 a { background-color: rgb(120,100,58); }

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

<style>
 span { border-color: #78643A; }

 span { border-color: rgb(120,100,58); }

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