#7C683B

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

Shades of Yellow Metal #7C683B

Tints of Yellow Metal #7C683B

Color information

#7C683B (or 0x7C683B) is unknown color: approx Yellow Metal. HEX triplet: 7C, 68 and 3B. RGB value is (124,104,59). Sum of RGB (Red+Green+Blue) = 124+104+59=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C683B is #8397C4. Grayscale: #696969. Windows color (decimal): -8624069 or 3893372. OLE color: 3893372.

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

Color convert

RGB12410459-
CMYK00.160.520.51
HSL41.54º35.52%35.88%-
HSV(B)41.54º52.42%48.63%-
XYZ14.0514.56.2-
YUV104.85102.13141.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.21%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=43.21%
G=36.24%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241045900.160.520.5141.5435.5235.88
Hex7C683B01034332a2424
Octal174150730206463524444
Binary11111001101000111011010000110100110011101010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,59); }

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

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

 a { background-color: rgb(124,104,59); }

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

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

 span { border-color: rgb(124,104,59); }

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