Html Css Color HEX #6F5051 Falcon

📋 copy color: '#6F5051'

red 111 ◦ green 80 ◦ blue 81

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

Shades of Falcon #6F5051

Tints of Falcon #6F5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 40.81%
G = 29.41%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F5051 (or 0x6F5051) is known color: Falcon. HEX triplet: 6F, 50 and 51. RGB value is (111,80,81). Sum of RGB (Red+Green+Blue) = 111+80+81=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5051 is #90AFAE. Grayscale: #595959. Windows color (decimal): -9482159 or 5329007. OLE color: 5329007.

HSL color Cylindrical-coordinate representation of color #6F5051: hue angle of 358.06º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5051 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 81 -
CMYK 0 0.28 0.27 0.56
HSL 358.06º 0.16% 0.37% -
HSV(B) 358.06º 0.28% 0.44% -
XYZ 10.91 9.71 9.08 -
YUV 89.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 111 80 81 0 0.28 0.27 0.56 358.06 0.16 0.37
Hex 6F 50 51 0 1C 1B 38 166 10 25
Octal 157 120 121 0 34 33 70 546 20 45
Binary 1101111 1010000 1010001 0 11100 11011 111000 101100110 10000 100101

Color Harmonies of #6F5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5051

Black with #6F5051

Text Example


Text Example

White with #6F5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,81); }

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

background-color css

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

 a { background-color: rgb(111,80,81); }

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

border-color css

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

 span { border-color: rgb(111,80,81); }

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