#6F555A

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

Shades of Falcon #6F555A

Tints of Falcon #6F555A

Color information

#6F555A (or 0x6F555A) is unknown color: approx Falcon. HEX triplet: 6F, 55 and 5A. RGB value is (111,85,90). Sum of RGB (Red+Green+Blue) = 111+85+90=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555A is #90AAA5. Grayscale: #5D5D5D. Windows color (decimal): -9480870 or 5920111. OLE color: 5920111.

HSL color Cylindrical-coordinate representation of color #6F555A: hue angle of 348.46º 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 #6F555A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1118590-
CMYK00.230.190.56
HSL348.46º13.27%38.43%-
HSV(B)348.46º23.42%43.53%-
XYZ11.6510.6111.11-
YUV93.34126.11140.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=38.81%
G=29.72%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111859000.230.190.56348.4613.2738.43
Hex6F555A017133815cd26
Octal15712513202723705341546
Binary110111110101011011010010111100111110001010111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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