#786A3D

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

Shades of Yellow Metal #786A3D

Tints of Yellow Metal #786A3D

Color information

#786A3D (or 0x786A3D) is unknown color: approx Yellow Metal. HEX triplet: 78, 6A and 3D. RGB value is (120,106,61). Sum of RGB (Red+Green+Blue) = 120+106+61=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A3D is #8795C2. Grayscale: #696969. Windows color (decimal): -8885699 or 4024952. OLE color: 4024952.

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

Color convert

RGB12010661-
CMYK00.120.490.53
HSL45.76º32.6%35.49%-
HSV(B)45.76º49.17%47.06%-
XYZ13.7414.646.52-
YUV105.06103.14138.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=41.81%
G=36.93%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201066100.120.490.5345.7632.635.49
Hex786A3D0C31352e2123
Octal170152750146165564143
Binary1111000110101011110101100110001110101101110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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