#786C3B

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

Shades of Yellow Metal #786C3B

Tints of Yellow Metal #786C3B

Color information

#786C3B (or 0x786C3B) is unknown color: approx Yellow Metal. HEX triplet: 78, 6C and 3B. RGB value is (120,108,59). Sum of RGB (Red+Green+Blue) = 120+108+59=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C3B is #8793C4. Grayscale: #6A6A6A. Windows color (decimal): -8885189 or 3894392. OLE color: 3894392.

HSL color Cylindrical-coordinate representation of color #786C3B: hue angle of 48.2º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786C3B is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB12010859-
CMYK00.100.510.53
HSL48.2º34.08%35.1%-
HSV(B)48.2º50.83%47.06%-
XYZ13.915.036.31-
YUV106101.48137.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=41.81%
G=37.63%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201085900.100.510.5348.234.0835.1
Hex786C3B0A3335302223
Octal170154730126365604243
Binary1111000110110011101101010110011110101110000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786C3B; }

 p { color: rgb(120,108,59); }

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

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

 a { background-color: rgb(120,108,59); }

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

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

 span { border-color: rgb(120,108,59); }

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