#6F555B

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

Shades of Falcon #6F555B

Tints of Falcon #6F555B

Color information

#6F555B (or 0x6F555B) is unknown color: approx Falcon. HEX triplet: 6F, 55 and 5B. RGB value is (111,85,91). Sum of RGB (Red+Green+Blue) = 111+85+91=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555B is #90AAA4. Grayscale: #5D5D5D. Windows color (decimal): -9480869 or 5985647. OLE color: 5985647.

HSL color Cylindrical-coordinate representation of color #6F555B: hue angle of 346.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F555B is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1118591-
CMYK00.230.180.56
HSL346.15º13.27%38.43%-
HSV(B)346.15º23.42%43.53%-
XYZ11.6910.6311.33-
YUV93.46126.61140.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=38.68%
G=29.62%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111859100.230.180.56346.1513.2738.43
Hex6F555B017123815ad26
Octal15712513302722705321546
Binary110111110101011011011010111100101110001010110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,91); }

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

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

 a { background-color: rgb(111,85,91); }

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

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

 span { border-color: rgb(111,85,91); }

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