#6F5359

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

Shades of Falcon #6F5359

Tints of Falcon #6F5359

Color information

#6F5359 (or 0x6F5359) is unknown color: approx Falcon. HEX triplet: 6F, 53 and 59. RGB value is (111,83,89). Sum of RGB (Red+Green+Blue) = 111+83+89=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5359 is #90ACA6. Grayscale: #5C5C5C. Windows color (decimal): -9481383 or 5854063. OLE color: 5854063.

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

Color convert

RGB1118389-
CMYK00.250.200.56
HSL347.14º14.43%38.04%-
HSV(B)347.14º25.23%43.53%-
XYZ11.4510.2910.83-
YUV92.06126.28141.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=39.22%
G=29.33%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111838900.250.200.56347.1414.4338.04
Hex6F5359019143815be26
Octal15712313103124705331646
Binary110111110100111011001011001101001110001010110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,89); }

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

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

 a { background-color: rgb(111,83,89); }

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

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

 span { border-color: rgb(111,83,89); }

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