#6E5C36

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

Shades of Yellow Metal #6E5C36

Tints of Yellow Metal #6E5C36

Color information

#6E5C36 (or 0x6E5C36) is unknown color: approx Yellow Metal. HEX triplet: 6E, 5C and 36. RGB value is (110,92,54). Sum of RGB (Red+Green+Blue) = 110+92+54=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5C36 is #91A3C9. Grayscale: #5D5D5D. Windows color (decimal): -9544650 or 3562606. OLE color: 3562606.

HSL color Cylindrical-coordinate representation of color #6E5C36: hue angle of 40.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E5C36 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB1109254-
CMYK00.160.510.57
HSL40.71º34.15%32.16%-
HSV(B)40.71º50.91%43.14%-
XYZ10.9211.245.08-
YUV93.05105.96140.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.97%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 54 (21.48% from 255) = 21.09%
R=42.97%
G=35.94%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110925400.160.510.5740.7134.1532.16
Hex6E5C360103339292220
Octal156134660206371514240
Binary11011101011100110110010000110011111001101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,92,54); }

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

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

 a { background-color: rgb(110,92,54); }

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

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

 span { border-color: rgb(110,92,54); }

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