#786C3D

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

Shades of Yellow Metal #786C3D

Tints of Yellow Metal #786C3D

Color information

#786C3D (or 0x786C3D) is unknown color: approx Yellow Metal. HEX triplet: 78, 6C and 3D. RGB value is (120,108,61). Sum of RGB (Red+Green+Blue) = 120+108+61=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C3D is #8793C2. Grayscale: #6A6A6A. Windows color (decimal): -8885187 or 4025464. OLE color: 4025464.

HSL color Cylindrical-coordinate representation of color #786C3D: hue angle of 47.8º 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 #786C3D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB12010861-
CMYK00.100.490.53
HSL47.8º32.6%35.49%-
HSV(B)47.8º49.17%47.06%-
XYZ13.9515.066.59-
YUV106.23102.48137.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.52%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=41.52%
G=37.37%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201086100.100.490.5347.832.635.49
Hex786C3D0A3135302123
Octal170154750126165604143
Binary1111000110110011110101010110001110101110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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