#6D6341

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

Shades of Yellow Metal #6D6341

Tints of Yellow Metal #6D6341

Color information

#6D6341 (or 0x6D6341) is unknown color: approx Yellow Metal. HEX triplet: 6D, 63 and 41. RGB value is (109,99,65). Sum of RGB (Red+Green+Blue) = 109+99+65=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6341 is #929CBE. Grayscale: #626262. Windows color (decimal): -9608383 or 4285293. OLE color: 4285293.

HSL color Cylindrical-coordinate representation of color #6D6341: hue angle of 46.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D6341 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB1099965-
CMYK00.090.400.57
HSL46.36º25.29%34.12%-
HSV(B)46.36º40.37%42.75%-
XYZ11.7212.566.81-
YUV98.11109.31135.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=39.93%
G=36.26%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109996500.090.400.5746.3625.2934.12
Hex6D63410928392e1922
Octal1551431010115071563142
Binary1101101110001110000010100110100011100110111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6341; }

 p { color: rgb(109,99,65); }

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

<style>
 a { background-color: #6D6341; }

 a { background-color: rgb(109,99,65); }

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

<style>
 span { border-color: #6D6341; }

 span { border-color: rgb(109,99,65); }

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