#7B683C

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

Shades of Yellow Metal #7B683C

Tints of Yellow Metal #7B683C

Color information

#7B683C (or 0x7B683C) is unknown color: approx Yellow Metal. HEX triplet: 7B, 68 and 3C. RGB value is (123,104,60). Sum of RGB (Red+Green+Blue) = 123+104+60=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B683C is #8497C3. Grayscale: #686868. Windows color (decimal): -8689604 or 3958907. OLE color: 3958907.

HSL color Cylindrical-coordinate representation of color #7B683C: hue angle of 41.9º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B683C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB12310460-
CMYK00.150.510.52
HSL41.9º34.43%35.88%-
HSV(B)41.9º51.22%48.24%-
XYZ13.9314.446.33-
YUV104.66102.79141.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=42.86%
G=36.24%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231046000.150.510.5241.934.4335.88
Hex7B683C0F33342a2224
Octal173150740176364524244
Binary1111011110100011110001111110011110100101010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,60); }

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

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

 a { background-color: rgb(123,104,60); }

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

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

 span { border-color: rgb(123,104,60); }

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