Html Css Color HEX #6F5659 Falcon

📋 copy color: '#6F5659'

red 111 ◦ green 86 ◦ blue 89

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

Shades of Falcon #6F5659

Tints of Falcon #6F5659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 38.81%
G = 30.07%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F5659 (or 0x6F5659) is known color: Falcon. HEX triplet: 6F, 56 and 59. RGB value is (111,86,89). Sum of RGB (Red+Green+Blue) = 111+86+89=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5659 is #90A9A6. Grayscale: #5D5D5D. Windows color (decimal): -9480615 or 5854831. OLE color: 5854831.

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

Color convert

RGB 111 86 89 -
CMYK 0 0.23 0.20 0.56
HSL 352.8º 0.13% 0.39% -
HSV(B) 352.8º 0.23% 0.44% -
XYZ 11.69 10.76 10.91 -
YUV 93.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 111 86 89 0 0.23 0.20 0.56 352.8 0.13 0.39
Hex 6F 56 59 0 17 14 38 161 D 27
Octal 157 126 131 0 27 24 70 541 15 47
Binary 1101111 1010110 1011001 0 10111 10100 111000 101100001 1101 100111

Color Harmonies of #6F5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5659

Black with #6F5659

Text Example


Text Example

White with #6F5659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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