#7B663E

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

Shades of Yellow Metal #7B663E

Tints of Yellow Metal #7B663E

Color information

#7B663E (or 0x7B663E) is unknown color: approx Yellow Metal. HEX triplet: 7B, 66 and 3E. RGB value is (123,102,62). Sum of RGB (Red+Green+Blue) = 123+102+62=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B663E is #8499C1. Grayscale: #676767. Windows color (decimal): -8690114 or 4089467. OLE color: 4089467.

HSL color Cylindrical-coordinate representation of color #7B663E: hue angle of 39.34º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B663E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB12310262-
CMYK00.170.500.52
HSL39.34º32.97%36.27%-
HSV(B)39.34º49.59%48.24%-
XYZ13.7914.066.54-
YUV103.72104.46141.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=42.86%
G=35.54%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231026200.170.500.5239.3432.9736.27
Hex7B663E0113234272124
Octal173146760216264474144
Binary11110111100110111110010001110010110100100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B663E; }

 p { color: rgb(123,102,62); }

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

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

 a { background-color: rgb(123,102,62); }

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

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

 span { border-color: rgb(123,102,62); }

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