#6E653B

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

Shades of Yellow Metal #6E653B

Tints of Yellow Metal #6E653B

Color information

#6E653B (or 0x6E653B) is unknown color: approx Yellow Metal. HEX triplet: 6E, 65 and 3B. RGB value is (110,101,59). Sum of RGB (Red+Green+Blue) = 110+101+59=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E653B is #919AC4. Grayscale: #636363. Windows color (decimal): -9542341 or 3892590. OLE color: 3892590.

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

Color convert

RGB11010159-
CMYK00.080.460.57
HSL49.41º30.18%33.14%-
HSV(B)49.41º46.36%43.14%-
XYZ11.8712.946.01-
YUV98.9105.48135.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=40.74%
G=37.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101015900.080.460.5749.4130.1833.14
Hex6E653B082E39311e21
Octal156145730105671613641
Binary110111011001011110110100010111011100111000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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