#6E633C

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

Shades of Yellow Metal #6E633C

Tints of Yellow Metal #6E633C

Color information

#6E633C (or 0x6E633C) is unknown color: approx Yellow Metal. HEX triplet: 6E, 63 and 3C. RGB value is (110,99,60). Sum of RGB (Red+Green+Blue) = 110+99+60=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E633C is #919CC3. Grayscale: #626262. Windows color (decimal): -9542852 or 3957614. OLE color: 3957614.

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

Color convert

RGB1109960-
CMYK00.10.450.57
HSL46.8º29.41%33.33%-
HSV(B)46.8º45.45%43.14%-
XYZ11.7112.566.08-
YUV97.84106.64136.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.89%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=40.89%
G=36.80%
B=22.30%

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
Decimal110996000.10.450.5746.829.4133.33
Hex6E633C0A2D392f1d21
Octal156143740125571573541
Binary110111011000111111000101010110111100110111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E633C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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