#6C5F3A

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

Shades of Yellow Metal #6C5F3A

Tints of Yellow Metal #6C5F3A

Color information

#6C5F3A (or 0x6C5F3A) is unknown color: approx Yellow Metal. HEX triplet: 6C, 5F and 3A. RGB value is (108,95,58). Sum of RGB (Red+Green+Blue) = 108+95+58=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5F3A is #93A0C5. Grayscale: #5E5E5E. Windows color (decimal): -9674950 or 3825516. OLE color: 3825516.

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

Color convert

RGB1089558-
CMYK00.120.460.58
HSL44.4º30.12%32.55%-
HSV(B)44.4º46.3%42.35%-
XYZ11.0411.685.68-
YUV94.67107.31137.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=41.38%
G=36.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108955800.120.460.5844.430.1232.55
Hex6C5F3A0C2E3A2c1e21
Octal154137720145672543641
Binary110110010111111110100110010111011101010110011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,58); }

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

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

 a { background-color: rgb(108,95,58); }

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

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

 span { border-color: rgb(108,95,58); }

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