#6E633D

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

Shades of Yellow Metal #6E633D

Tints of Yellow Metal #6E633D

Color information

#6E633D (or 0x6E633D) is unknown color: approx Yellow Metal. HEX triplet: 6E, 63 and 3D. RGB value is (110,99,61). Sum of RGB (Red+Green+Blue) = 110+99+61=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E633D is #919CC2. Grayscale: #626262. Windows color (decimal): -9542851 or 4023150. OLE color: 4023150.

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

Color convert

RGB1109961-
CMYK00.10.450.57
HSL46.53º28.65%33.53%-
HSV(B)46.53º44.55%43.14%-
XYZ11.7312.586.22-
YUV97.96107.14136.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=40.74%
G=36.67%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110996100.10.450.5746.5328.6533.53
Hex6E633D0A2D392f1d22
Octal156143750125571573542
Binary110111011000111111010101010110111100110111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E633D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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