#6D5258

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

Shades of Falcon #6D5258

Tints of Falcon #6D5258

Color information

#6D5258 (or 0x6D5258) is unknown color: approx Falcon. HEX triplet: 6D, 52 and 58. RGB value is (109,82,88). Sum of RGB (Red+Green+Blue) = 109+82+88=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5258 is #92ADA7. Grayscale: #5A5A5A. Windows color (decimal): -9612712 or 5788269. OLE color: 5788269.

HSL color Cylindrical-coordinate representation of color #6D5258: hue angle of 346.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5258 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB1098288-
CMYK00.250.190.57
HSL346.67º14.14%37.45%-
HSV(B)346.67º24.77%42.75%-
XYZ11.099.9910.58-
YUV90.76126.45141.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.07%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=39.07%
G=29.39%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109828800.250.190.57346.6714.1437.45
Hex6D5258019133915be25
Octal15512213003123715331645
Binary110110110100101011000011001100111110011010110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,88); }

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

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

 a { background-color: rgb(109,82,88); }

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

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

 span { border-color: rgb(109,82,88); }

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