#6C613C

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

Shades of Yellow Metal #6C613C

Tints of Yellow Metal #6C613C

Color information

#6C613C (or 0x6C613C) is unknown color: approx Yellow Metal. HEX triplet: 6C, 61 and 3C. RGB value is (108,97,60). Sum of RGB (Red+Green+Blue) = 108+97+60=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C613C is #939EC3. Grayscale: #606060. Windows color (decimal): -9674436 or 3957100. OLE color: 3957100.

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

Color convert

RGB1089760-
CMYK00.100.440.58
HSL46.25º28.57%32.94%-
HSV(B)46.25º44.44%42.35%-
XYZ11.2712.066.01-
YUV96.07107.64136.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 60 (23.83% from 255) = 22.64%
R=40.75%
G=36.60%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108976000.100.440.5846.2528.5732.94
Hex6C613C0A2C3A2e1d21
Octal154141740125472563541
Binary110110011000011111000101010110011101010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,60); }

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

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

 a { background-color: rgb(108,97,60); }

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

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

 span { border-color: rgb(108,97,60); }

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