#78643D

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

Shades of Yellow Metal #78643D

Tints of Yellow Metal #78643D

Color information

#78643D (or 0x78643D) is unknown color: approx Yellow Metal. HEX triplet: 78, 64 and 3D. RGB value is (120,100,61). Sum of RGB (Red+Green+Blue) = 120+100+61=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78643D is #879BC2. Grayscale: #656565. Windows color (decimal): -8887235 or 4023416. OLE color: 4023416.

HSL color Cylindrical-coordinate representation of color #78643D: hue angle of 39.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78643D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB12010061-
CMYK00.170.490.53
HSL39.66º32.6%35.49%-
HSV(B)39.66º49.17%47.06%-
XYZ13.1513.446.32-
YUV101.53105.13141.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=42.70%
G=35.59%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201006100.170.490.5339.6632.635.49
Hex78643D0113135282123
Octal170144750216165504143
Binary11110001100100111101010001110001110101101000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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