Html Css Color HEX #6F575C Falcon

📋 copy color: '#6F575C'

red 111 ◦ green 87 ◦ blue 92

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

Shades of Falcon #6F575C

Tints of Falcon #6F575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 38.28%
G = 30%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F575C (or 0x6F575C) is known color: Falcon. HEX triplet: 6F, 57 and 5C. RGB value is (111,87,92). Sum of RGB (Red+Green+Blue) = 111+87+92=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F575C is #90A8A3. Grayscale: #5E5E5E. Windows color (decimal): -9480356 or 6051695. OLE color: 6051695.

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

Color convert

RGB 111 87 92 -
CMYK 0 0.22 0.17 0.56
HSL 347.5º 0.12% 0.39% -
HSV(B) 347.5º 0.22% 0.44% -
XYZ 11.9 10.97 11.62 -
YUV 94.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 111 87 92 0 0.22 0.17 0.56 347.5 0.12 0.39
Hex 6F 57 5C 0 16 11 38 15C C 27
Octal 157 127 134 0 26 21 70 534 14 47
Binary 1101111 1010111 1011100 0 10110 10001 111000 101011100 1100 100111

Color Harmonies of #6F575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F575C

Black with #6F575C

Text Example


Text Example

White with #6F575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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