Html Css Color HEX #6F575B Falcon

📋 copy color: '#6F575B'

red 111 ◦ green 87 ◦ blue 91

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

Shades of Falcon #6F575B

Tints of Falcon #6F575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 38.41%
G = 30.1%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F575B (or 0x6F575B) is known color: Falcon. HEX triplet: 6F, 57 and 5B. RGB value is (111,87,91). Sum of RGB (Red+Green+Blue) = 111+87+91=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F575B is #90A8A4. Grayscale: #5E5E5E. Windows color (decimal): -9480357 or 5986159. OLE color: 5986159.

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

Color convert

RGB 111 87 91 -
CMYK 0 0.22 0.18 0.56
HSL 350º 0.12% 0.39% -
HSV(B) 350º 0.22% 0.44% -
XYZ 11.85 10.95 11.39 -
YUV 94.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 111 87 91 0 0.22 0.18 0.56 350 0.12 0.39
Hex 6F 57 5B 0 16 12 38 15E C 27
Octal 157 127 133 0 26 22 70 536 14 47
Binary 1101111 1010111 1011011 0 10110 10010 111000 101011110 1100 100111

Color Harmonies of #6F575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F575B

Black with #6F575B

Text Example


Text Example

White with #6F575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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