#6E6344

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

Shades of Yellow Metal #6E6344

Tints of Yellow Metal #6E6344

Color information

#6E6344 (or 0x6E6344) is unknown color: approx Yellow Metal. HEX triplet: 6E, 63 and 44. RGB value is (110,99,68). Sum of RGB (Red+Green+Blue) = 110+99+68=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6344 is #919CBB. Grayscale: #626262. Windows color (decimal): -9542844 or 4481902. OLE color: 4481902.

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

Color convert

RGB1109968-
CMYK00.10.380.57
HSL44.29º23.6%34.9%-
HSV(B)44.29º38.18%43.14%-
XYZ11.9412.667.28-
YUV98.76110.64136.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=39.71%
G=35.74%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110996800.10.380.5744.2923.634.9
Hex6E63440A26392c1823
Octal1561431040124671543043
Binary1101110110001110001000101010011011100110110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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