#6B5157

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

Shades of Falcon #6B5157

Tints of Falcon #6B5157

Color information

#6B5157 (or 0x6B5157) is unknown color: approx Falcon. HEX triplet: 6B, 51 and 57. RGB value is (107,81,87). Sum of RGB (Red+Green+Blue) = 107+81+87=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5157 is #94AEA8. Grayscale: #595959. Windows color (decimal): -9744041 or 5722475. OLE color: 5722475.

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

Color convert

RGB1078187-
CMYK00.240.190.58
HSL346.15º13.83%36.86%-
HSV(B)346.15º24.3%41.96%-
XYZ10.739.710.32-
YUV89.46126.61140.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 87 (34.38% from 255) = 31.64%
R=38.91%
G=29.45%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107818700.240.190.58346.1513.8336.86
Hex6B5157018133A15ae25
Octal15312112703023725321645
Binary110101110100011010111011000100111110101010110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,87); }

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

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

 a { background-color: rgb(107,81,87); }

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

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

 span { border-color: rgb(107,81,87); }

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