Html Css Color HEX #6F585C Falcon

📋 copy color: '#6F585C'

red 111 ◦ green 88 ◦ blue 92

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

Shades of Falcon #6F585C

Tints of Falcon #6F585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

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

R = 38.14%
G = 30.24%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F585C (or 0x6F585C) is known color: Falcon. HEX triplet: 6F, 58 and 5C. RGB value is (111,88,92). Sum of RGB (Red+Green+Blue) = 111+88+92=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585C is #90A7A3. Grayscale: #5F5F5F. Windows color (decimal): -9480100 or 6051951. OLE color: 6051951.

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

Color convert

RGB 111 88 92 -
CMYK 0 0.21 0.17 0.56
HSL 349.57º 0.12% 0.39% -
HSV(B) 349.57º 0.21% 0.44% -
XYZ 11.98 11.13 11.64 -
YUV 95.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 111 88 92 0 0.21 0.17 0.56 349.57 0.12 0.39
Hex 6F 58 5C 0 15 11 38 15E C 27
Octal 157 130 134 0 25 21 70 536 14 47
Binary 1101111 1011000 1011100 0 10101 10001 111000 101011110 1100 100111

Color Harmonies of #6F585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F585C

Black with #6F585C

Text Example


Text Example

White with #6F585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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