Html Css Color HEX #6F6163 Falcon

📋 copy color: '#6F6163'

red 111 ◦ green 97 ◦ blue 99

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

Shades of Falcon #6F6163

Tints of Falcon #6F6163

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 36.16%
G = 31.6%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F6163 (or 0x6F6163) is known color: Falcon. HEX triplet: 6F, 61 and 63. RGB value is (111,97,99). Sum of RGB (Red+Green+Blue) = 111+97+99=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6163 is #909E9C. Grayscale: #656565. Windows color (decimal): -9477789 or 6513007. OLE color: 6513007.

HSL color Cylindrical-coordinate representation of color #6F6163: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6163 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 97 99 -
CMYK 0 0.13 0.11 0.56
HSL 351.43º 0.07% 0.41% -
HSV(B) 351.43º 0.13% 0.44% -
XYZ 13.08 12.83 13.59 -
YUV 101.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 111 97 99 0 0.13 0.11 0.56 351.43 0.07 0.41
Hex 6F 61 63 0 D B 38 15F 7 29
Octal 157 141 143 0 15 13 70 537 7 51
Binary 1101111 1100001 1100011 0 1101 1011 111000 101011111 111 101001

Color Harmonies of #6F6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6163

Black with #6F6163

Text Example


Text Example

White with #6F6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,99); }

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

background-color css

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

 a { background-color: rgb(111,97,99); }

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

border-color css

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

 span { border-color: rgb(111,97,99); }

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