Html Css Color HEX #6F5D60 Falcon

📋 copy color: '#6F5D60'

red 111 ◦ green 93 ◦ blue 96

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

Shades of Falcon #6F5D60

Tints of Falcon #6F5D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 37%
G = 31%
B = 32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F5D60 (or 0x6F5D60) is known color: Falcon. HEX triplet: 6F, 5D and 60. RGB value is (111,93,96). Sum of RGB (Red+Green+Blue) = 111+93+96=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D60 is #90A29F. Grayscale: #626262. Windows color (decimal): -9478816 or 6315375. OLE color: 6315375.

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

Color convert

RGB 111 93 96 -
CMYK 0 0.16 0.14 0.56
HSL 350º 0.09% 0.4% -
HSV(B) 350º 0.16% 0.44% -
XYZ 12.58 12.05 12.73 -
YUV 98.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 111 93 96 0 0.16 0.14 0.56 350 0.09 0.4
Hex 6F 5D 60 0 10 E 38 15E 9 28
Octal 157 135 140 0 20 16 70 536 11 50
Binary 1101111 1011101 1100000 0 10000 1110 111000 101011110 1001 101000

Color Harmonies of #6F5D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D60

Black with #6F5D60

Text Example


Text Example

White with #6F5D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,96); }

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

background-color css

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

 a { background-color: rgb(111,93,96); }

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

border-color css

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

 span { border-color: rgb(111,93,96); }

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