#6E6143

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

Shades of Yellow Metal #6E6143

Tints of Yellow Metal #6E6143

Color information

#6E6143 (or 0x6E6143) is unknown color: approx Yellow Metal. HEX triplet: 6E, 61 and 43. RGB value is (110,97,67). Sum of RGB (Red+Green+Blue) = 110+97+67=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6143 is #919EBC. Grayscale: #616161. Windows color (decimal): -9543357 or 4415854. OLE color: 4415854.

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

Color convert

RGB1109767-
CMYK00.120.390.57
HSL41.86º24.29%34.71%-
HSV(B)41.86º39.09%43.14%-
XYZ11.7212.277.06-
YUV97.47110.81136.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=40.15%
G=35.40%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110976700.120.390.5741.8624.2934.71
Hex6E61430C27392a1823
Octal1561411030144771523043
Binary1101110110000110000110110010011111100110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,97,67); }

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

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

 a { background-color: rgb(110,97,67); }

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

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

 span { border-color: rgb(110,97,67); }

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