#6B595A

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

Shades of Falcon #6B595A

Tints of Falcon #6B595A

Color information

#6B595A (or 0x6B595A) is unknown color: approx Falcon. HEX triplet: 6B, 59 and 5A. RGB value is (107,89,90). Sum of RGB (Red+Green+Blue) = 107+89+90=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595A is #94A6A5. Grayscale: #5E5E5E. Windows color (decimal): -9741990 or 5921131. OLE color: 5921131.

HSL color Cylindrical-coordinate representation of color #6B595A: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B595A is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1078990-
CMYK00.170.160.58
HSL356.67º9.18%38.43%-
HSV(B)356.67º16.82%41.96%-
XYZ11.4811.0111.19-
YUV94.5125.46136.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=37.41%
G=31.12%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107899000.170.160.58356.679.1838.43
Hex6B595A011103A165926
Octal15313113202120725451146
Binary110101110110011011010010001100001110101011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,90); }

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

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

 a { background-color: rgb(107,89,90); }

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

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

 span { border-color: rgb(107,89,90); }

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