Html Css Color HEX #6F5155 Falcon

📋 copy color: '#6F5155'

red 111 ◦ green 81 ◦ blue 85

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

Shades of Falcon #6F5155

Tints of Falcon #6F5155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 40.07%
G = 29.24%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F5155 (or 0x6F5155) is known color: Falcon. HEX triplet: 6F, 51 and 55. RGB value is (111,81,85). Sum of RGB (Red+Green+Blue) = 111+81+85=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5155 is #90AEAA. Grayscale: #5A5A5A. Windows color (decimal): -9481899 or 5591407. OLE color: 5591407.

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

Color convert

RGB 111 81 85 -
CMYK 0 0.27 0.23 0.56
HSL 352º 0.16% 0.38% -
HSV(B) 352º 0.27% 0.44% -
XYZ 11.14 9.92 9.92 -
YUV 90.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 111 81 85 0 0.27 0.23 0.56 352 0.16 0.38
Hex 6F 51 55 0 1B 17 38 160 10 26
Octal 157 121 125 0 33 27 70 540 20 46
Binary 1101111 1010001 1010101 0 11011 10111 111000 101100000 10000 100110

Color Harmonies of #6F5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5155

Black with #6F5155

Text Example


Text Example

White with #6F5155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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