#6D6444

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

Shades of Yellow Metal #6D6444

Tints of Yellow Metal #6D6444

Color information

#6D6444 (or 0x6D6444) is unknown color: approx Yellow Metal. HEX triplet: 6D, 64 and 44. RGB value is (109,100,68). Sum of RGB (Red+Green+Blue) = 109+100+68=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6444 is #929BBB. Grayscale: #636363. Windows color (decimal): -9608124 or 4482157. OLE color: 4482157.

HSL color Cylindrical-coordinate representation of color #6D6444: hue angle of 46.83º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D6444 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB10910068-
CMYK00.080.380.57
HSL46.83º23.16%34.71%-
HSV(B)46.83º37.61%42.75%-
XYZ11.9112.787.31-
YUV99.04110.48135.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=39.35%
G=36.10%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091006800.080.380.5746.8323.1634.71
Hex6D64440826392f1723
Octal1551441040104671572743
Binary1101101110010010001000100010011011100110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,100,68); }

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

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

 a { background-color: rgb(109,100,68); }

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

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

 span { border-color: rgb(109,100,68); }

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