#6B5E60

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

Shades of Falcon #6B5E60

Tints of Falcon #6B5E60

Color information

#6B5E60 (or 0x6B5E60) is unknown color: approx Falcon. HEX triplet: 6B, 5E and 60. RGB value is (107,94,96). Sum of RGB (Red+Green+Blue) = 107+94+96=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E60 is #94A19F. Grayscale: #626262. Windows color (decimal): -9740704 or 6315627. OLE color: 6315627.

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

Color convert

RGB1079496-
CMYK00.120.100.58
HSL350.77º6.47%39.41%-
HSV(B)350.77º12.15%41.96%-
XYZ12.1811.9812.74-
YUV98.12126.81134.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=36.03%
G=31.65%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107949600.120.100.58350.776.4739.41
Hex6B5E600CA3A15f627
Octal1531361400141272537647
Binary110101110111101100000011001010111010101011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,94,96); }

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

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

 a { background-color: rgb(107,94,96); }

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

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

 span { border-color: rgb(107,94,96); }

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