#6F5F61

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

Shades of Falcon #6F5F61

Tints of Falcon #6F5F61

Color information

#6F5F61 (or 0x6F5F61) is unknown color: approx Falcon. HEX triplet: 6F, 5F and 61. RGB value is (111,95,97). Sum of RGB (Red+Green+Blue) = 111+95+97=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F61 is #90A09E. Grayscale: #646464. Windows color (decimal): -9478303 or 6381423. OLE color: 6381423.

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

Color convert

RGB1119597-
CMYK00.140.130.56
HSL352.5º7.77%40.39%-
HSV(B)352.5º14.41%43.53%-
XYZ12.8112.4313.03-
YUV100.01126.3135.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.63%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=36.63%
G=31.35%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111959700.140.130.56352.57.7740.39
Hex6F5F610ED38160828
Octal15713714101615705401050
Binary1101111101111111000010111011011110001011000001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,95,97); }

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

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

 a { background-color: rgb(111,95,97); }

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

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

 span { border-color: rgb(111,95,97); }

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