#786645

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

Shades of Yellow Metal #786645

Tints of Yellow Metal #786645

Color information

#786645 (or 0x786645) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 45. RGB value is (120,102,69). Sum of RGB (Red+Green+Blue) = 120+102+69=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #786645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786645 is #8799BA. Grayscale: #676767. Windows color (decimal): -8886715 or 4548216. OLE color: 4548216.

HSL color Cylindrical-coordinate representation of color #786645: hue angle of 38.82º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786645 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB12010269-
CMYK00.150.420.53
HSL38.82º26.98%37.06%-
HSV(B)38.82º42.5%47.06%-
XYZ13.5713.937.6-
YUV103.62108.46139.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.24%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=41.24%
G=35.05%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026900.150.420.5338.8226.9837.06
Hex7866450F2A35271b25
Octal1701461050175265473345
Binary1111000110011010001010111110101011010110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786645; }

 p { color: rgb(120,102,69); }

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

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

 a { background-color: rgb(120,102,69); }

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

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

 span { border-color: rgb(120,102,69); }

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