Html Css Color HEX #6F555B Falcon

📋 copy color: '#6F555B'

red 111 ◦ green 85 ◦ blue 91

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

Shades of Falcon #6F555B

Tints of Falcon #6F555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 38.68%
G = 29.62%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F555B (or 0x6F555B) is known color: Falcon. HEX triplet: 6F, 55 and 5B. RGB value is (111,85,91). Sum of RGB (Red+Green+Blue) = 111+85+91=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F555B is #90AAA4. Grayscale: #5D5D5D. Windows color (decimal): -9480869 or 5985647. OLE color: 5985647.

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

Color convert

RGB 111 85 91 -
CMYK 0 0.23 0.18 0.56
HSL 346.15º 0.13% 0.38% -
HSV(B) 346.15º 0.23% 0.44% -
XYZ 11.69 10.63 11.33 -
YUV 93.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 111 85 91 0 0.23 0.18 0.56 346.15 0.13 0.38
Hex 6F 55 5B 0 17 12 38 15A D 26
Octal 157 125 133 0 27 22 70 532 15 46
Binary 1101111 1010101 1011011 0 10111 10010 111000 101011010 1101 100110

Color Harmonies of #6F555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F555B

Black with #6F555B

Text Example


Text Example

White with #6F555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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