Html Css Color HEX #6F6263 Falcon

📋 copy color: '#6F6263'

red 111 ◦ green 98 ◦ blue 99

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

Shades of Falcon #6F6263

Tints of Falcon #6F6263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 36.04%
G = 31.82%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F6263 (or 0x6F6263) is known color: Falcon. HEX triplet: 6F, 62 and 63. RGB value is (111,98,99). Sum of RGB (Red+Green+Blue) = 111+98+99=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6263 is #909D9C. Grayscale: #666666. Windows color (decimal): -9477533 or 6513263. OLE color: 6513263.

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

Color convert

RGB 111 98 99 -
CMYK 0 0.12 0.11 0.56
HSL 355.38º 0.06% 0.41% -
HSV(B) 355.38º 0.12% 0.44% -
XYZ 13.18 13.02 13.62 -
YUV 102 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 111 98 99 0 0.12 0.11 0.56 355.38 0.06 0.41
Hex 6F 62 63 0 C B 38 163 6 29
Octal 157 142 143 0 14 13 70 543 6 51
Binary 1101111 1100010 1100011 0 1100 1011 111000 101100011 110 101001

Color Harmonies of #6F6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6263

Black with #6F6263

Text Example


Text Example

White with #6F6263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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