#6e5e3b

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

Shades of Yellow Metal #6E5E3B

Tints of Yellow Metal #6E5E3B

Color information

#6E5E3B (or 0x6E5E3B) is unknown color: approx Yellow Metal. HEX triplet: 6E, 5E and 3B. RGB value is (110,94,59). Sum of RGB (Red+Green+Blue) = 110+94+59=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5E3B is #91A1C4. Grayscale: #5E5E5E. Windows color (decimal): -9544133 or 3890798. OLE color: 3890798.

HSL color Cylindrical-coordinate representation of color #6E5E3B: hue angle of 41.18º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5E3B is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB1109459-
CMYK00.150.460.57
HSL41.18º30.18%33.14%-
HSV(B)41.18º46.36%43.14%-
XYZ11.2211.645.79-
YUV94.79107.8138.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 59 (23.44% from 255) = 22.43%
R=41.83%
G=35.74%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110945900.150.460.5741.1830.1833.14
Hex6E5E3B0F2E39291e21
Octal156136730175671513641
Binary110111010111101110110111110111011100110100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e5e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,94,59); }

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

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

 a { background-color: rgb(110,94,59); }

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

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

 span { border-color: rgb(110,94,59); }

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