#78663D

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

Shades of Yellow Metal #78663D

Tints of Yellow Metal #78663D

Color information

#78663D (or 0x78663D) is unknown color: approx Yellow Metal. HEX triplet: 78, 66 and 3D. RGB value is (120,102,61). Sum of RGB (Red+Green+Blue) = 120+102+61=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78663D is #8799C2. Grayscale: #666666. Windows color (decimal): -8886723 or 4023928. OLE color: 4023928.

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

Color convert

RGB12010261-
CMYK00.150.490.53
HSL41.69º32.6%35.49%-
HSV(B)41.69º49.17%47.06%-
XYZ13.3413.836.38-
YUV102.71104.46140.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.40%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=42.40%
G=36.04%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201026100.150.490.5341.6932.635.49
Hex78663D0F31352a2123
Octal170146750176165524143
Binary1111000110011011110101111110001110101101010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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