#6E6544

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

Shades of Yellow Metal #6E6544

Tints of Yellow Metal #6E6544

Color information

#6E6544 (or 0x6E6544) is unknown color: approx Yellow Metal. HEX triplet: 6E, 65 and 44. RGB value is (110,101,68). Sum of RGB (Red+Green+Blue) = 110+101+68=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6544 is #919ABB. Grayscale: #646464. Windows color (decimal): -9542332 or 4482414. OLE color: 4482414.

HSL color Cylindrical-coordinate representation of color #6E6544: hue angle of 47.14º degrees, saturation: 0.24, 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 #6E6544 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB11010168-
CMYK00.080.380.57
HSL47.14º23.6%34.9%-
HSV(B)47.14º38.18%43.14%-
XYZ12.1313.047.35-
YUV99.93109.98135.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.43%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=39.43%
G=36.20%
B=24.37%

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
Decimal1101016800.080.380.5747.1423.634.9
Hex6E65440826392f1823
Octal1561451040104671573043
Binary1101110110010110001000100010011011100110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,101,68); }

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

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

 a { background-color: rgb(110,101,68); }

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

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

 span { border-color: rgb(110,101,68); }

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