Html Css Color HEX #6F5157 Falcon

📋 copy color: '#6F5157'

red 111 ◦ green 81 ◦ blue 87

#6F5157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #6F5157

Tints of Falcon #6F5157

RGB

 RED value IS 111 (43.75% from 255) = 39.78%

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 39.78%
G = 29.03%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F5157 (or 0x6F5157) is known color: Falcon. HEX triplet: 6F, 51 and 57. RGB value is (111,81,87). Sum of RGB (Red+Green+Blue) = 111+81+87=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5157 is #90AEA8. Grayscale: #5A5A5A. Windows color (decimal): -9481897 or 5722479. OLE color: 5722479.

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

Color convert

RGB 111 81 87 -
CMYK 0 0.27 0.22 0.56
HSL 348º 0.16% 0.38% -
HSV(B) 348º 0.27% 0.44% -
XYZ 11.22 9.95 10.35 -
YUV 90.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 111 81 87 0 0.27 0.22 0.56 348 0.16 0.38
Hex 6F 51 57 0 1B 16 38 15C 10 26
Octal 157 121 127 0 33 26 70 534 20 46
Binary 1101111 1010001 1010111 0 11011 10110 111000 101011100 10000 100110

Color Harmonies of #6F5157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5157

Black with #6F5157

Text Example


Text Example

White with #6F5157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,87); }

 H1.HeaderClassName
 {
   color: #6F5157;
 }
 .AnyTagClassName
 {
   color: #6F5157;
 }
</style>

background-color css

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

 a { background-color: rgb(111,81,87); }

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

border-color css

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

 span { border-color: rgb(111,81,87); }

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