Html Css Color HEX #6F595C Falcon

📋 copy color: '#6F595C'

red 111 ◦ green 89 ◦ blue 92

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

Shades of Falcon #6F595C

Tints of Falcon #6F595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 38.01%
G = 30.48%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F595C (or 0x6F595C) is known color: Falcon. HEX triplet: 6F, 59 and 5C. RGB value is (111,89,92). Sum of RGB (Red+Green+Blue) = 111+89+92=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F595C is #90A6A3. Grayscale: #5F5F5F. Windows color (decimal): -9479844 or 6052207. OLE color: 6052207.

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

Color convert

RGB 111 89 92 -
CMYK 0 0.20 0.17 0.56
HSL 351.82º 0.11% 0.39% -
HSV(B) 351.82º 0.2% 0.44% -
XYZ 12.06 11.3 11.67 -
YUV 95.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 111 89 92 0 0.20 0.17 0.56 351.82 0.11 0.39
Hex 6F 59 5C 0 14 11 38 160 B 27
Octal 157 131 134 0 24 21 70 540 13 47
Binary 1101111 1011001 1011100 0 10100 10001 111000 101100000 1011 100111

Color Harmonies of #6F595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F595C

Black with #6F595C

Text Example


Text Example

White with #6F595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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