#6B595B

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

Shades of Falcon #6B595B

Tints of Falcon #6B595B

Color information

#6B595B (or 0x6B595B) is unknown color: approx Falcon. HEX triplet: 6B, 59 and 5B. RGB value is (107,89,91). Sum of RGB (Red+Green+Blue) = 107+89+91=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B595B is #94A6A4. Grayscale: #5E5E5E. Windows color (decimal): -9741989 or 5986667. OLE color: 5986667.

HSL color Cylindrical-coordinate representation of color #6B595B: hue angle of 353.33º 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 #6B595B is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1078991-
CMYK00.170.150.58
HSL353.33º9.18%38.43%-
HSV(B)353.33º16.82%41.96%-
XYZ11.5211.0311.42-
YUV94.61125.96136.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=37.28%
G=31.01%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107899100.170.150.58353.339.1838.43
Hex6B595B011F3A161926
Octal15313113302117725411146
Binary11010111011001101101101000111111110101011000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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